Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdate.virtualMachineProfile()
Get the virtual machine profile.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set the virtual machine scale set diagnostics profile.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile)
Set the virtual machine scale set extension profile.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withLicenseType(String licenseType)
Set the license type, which is for bring your own license scenario.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withNetworkProfile(VirtualMachineScaleSetUpdateNetworkProfile networkProfile)
Set the virtual machine scale set network profile.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withOsProfile(VirtualMachineScaleSetUpdateOSProfile osProfile)
Set the virtual machine scale set OS profile.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withStorageProfile(VirtualMachineScaleSetUpdateStorageProfile storageProfile)
Set the virtual machine scale set storage profile.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile)
Set the virtual machine profile.
|
Copyright © 2019. All rights reserved.