| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.DefinitionManagedOrUnmanaged
The entirety of the virtual machine scale set definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManagedOrUnmanaged.withRootPassword(String rootPassword)
Specifies the SSH root password for the Linux virtual machine.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManagedOrUnmanaged.withSsh(String publicKey)
Specifies the SSH public key.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManagedOrUnmanaged.withSsh(String publicKey)
Specifies the SSH public key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/