Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set specifies the boot diagnostic settings state.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withEvictionPolicy(VirtualMachineEvictionPolicyTypes evictionPolicy)
Set specifies the eviction policy for virtual machines in a low priority scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile)
Set specifies a collection of settings for extensions installed on virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withLicenseType(String licenseType)
Set specifies that the image or disk that is being used was licensed on-premises.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile)
Set specifies properties of the network interfaces of the virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile)
Set specifies the operating system settings for the virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withPriority(VirtualMachinePriorityTypes priority)
Set specifies the priority for the virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile)
Set specifies the storage settings for the virtual machine disks.
|
Copyright © 2019. All rights reserved.