| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.DefinitionManaged
The entirety of the managed disk based virtual machine scale set definition.
|
static interface |
VirtualMachineScaleSet.DefinitionManagedOrUnmanaged
The entirety of the virtual machine scale set definition.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedOrUnmanaged
The stage of a Windows virtual machine scale set definition which contains all the minimum required inputs
for the resource to be created, but also allows for any other optional settings to be specified.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordManaged.withAdminPassword(String adminPassword)
Specifies the administrator password for the Windows virtual machine.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withAutoUpdate()
Enables automatic updates.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withoutAutoUpdate()
Disables automatic updates.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withoutVMAgent()
Disables the VM agent.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecializedWindowsCustomImage(String customImageId)
Specifies the ID of a specialized Windows custom image to be used.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withTimeZone(String timeZone)
Specifies the time zone for the virtual machines to use.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withVMAgent()
Enables the VM agent.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener)
Specifies the WinRM listener.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.