| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.DefinitionManaged
The entirety of the managed disk based virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithLinuxCreateManaged |
VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged.withRootPassword(String rootPassword)
Specifies the SSH root password for the Linux virtual machine.
|
VirtualMachine.DefinitionStages.WithLinuxCreateManaged |
VirtualMachine.DefinitionStages.WithOS.withSpecializedLinuxCustomImage(String customImageId)
Specifies the resource ID of a specialized Linux custom image to be used as the virtual machines' OS.
|
VirtualMachine.DefinitionStages.WithLinuxCreateManaged |
VirtualMachine.DefinitionStages.WithOS.withSpecializedLinuxGalleryImageVersion(String galleryImageVersionId)
Specifies the resource ID of a specialized Linux gallery image version to be used as the virtual
machines' OS.
|
VirtualMachine.DefinitionStages.WithLinuxCreateManaged |
VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged.withSsh(String publicKey)
Specifies an SSH public key.
|
VirtualMachine.DefinitionStages.WithLinuxCreateManaged |
VirtualMachine.DefinitionStages.WithLinuxCreateManaged.withSsh(String publicKey)
Specifies the SSH public key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.