Uses of Class
org.jclouds.azurecompute.arm.domain.DiagnosticsProfile
-
Packages that use DiagnosticsProfile Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of DiagnosticsProfile in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return DiagnosticsProfile Modifier and Type Method Description abstract DiagnosticsProfileDiagnosticsProfile.Builder. build()static DiagnosticsProfileDiagnosticsProfile. create(DiagnosticsProfile.BootDiagnostics bootDiagnostics)abstract DiagnosticsProfileVirtualMachineProperties. diagnosticsProfile()The diagnostics profile of the VMMethods in org.jclouds.azurecompute.arm.domain with parameters of type DiagnosticsProfile Modifier and Type Method Description static VirtualMachinePropertiesVirtualMachineProperties. create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState)abstract VirtualMachineProperties.BuilderVirtualMachineProperties.Builder. diagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
-