Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateVMProfile.osProfile()
Get the osProfile property: The virtual machine scale set OS profile.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withCustomData(String customData)
Set the customData property: A base-64 encoded string of custom data.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration property: The Linux Configuration of the OS profile.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the secrets property: The List of certificates for addition to the VM.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration property: The Windows Configuration of the OS profile.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withOsProfile(VirtualMachineScaleSetUpdateOSProfile osProfile)
Set the osProfile property: The virtual machine scale set OS profile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.