| 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.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged.withRootPassword(String rootPassword)
Specifies the SSH root password for the Linux virtual machine.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecializedLinuxCustomImage(String customImageId)
Specifies the ID of a specialized Linux custom image to be used.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged.withSsh(String publicKey)
Specifies the SSH public key.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged.withSsh(String publicKey)
Specifies the SSH public key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.