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 DiagnosticsProfile
DiagnosticsProfile.Builder. build()
static DiagnosticsProfile
DiagnosticsProfile. create(DiagnosticsProfile.BootDiagnostics bootDiagnostics)
abstract DiagnosticsProfile
VirtualMachineProperties. diagnosticsProfile()
The diagnostics profile of the VMMethods in org.jclouds.azurecompute.arm.domain with parameters of type DiagnosticsProfile Modifier and Type Method Description static VirtualMachineProperties
VirtualMachineProperties. create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState)
abstract VirtualMachineProperties.Builder
VirtualMachineProperties.Builder. diagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
-