Uses of Class
org.jclouds.azurecompute.arm.domain.DiagnosticsProfile
Packages that use DiagnosticsProfile
-
Uses of DiagnosticsProfile in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return DiagnosticsProfileModifier and TypeMethodDescriptionabstract 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 DiagnosticsProfileModifier and TypeMethodDescriptionstatic 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)