| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
The stage of a Linux virtual machine 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.
|
static interface |
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged
The stage of the Windows virtual machine 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.
|
static interface |
VirtualMachine.DefinitionUnmanaged
The entirety of the unmanaged disk based virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged |
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged.withComputerName(String computerName)
Specifies the computer name for the virtual machine.
|
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged |
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged.withCustomData(String base64EncodedCustomData)
Specifies the custom data for the virtual machine.
|
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged |
VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged.withUnmanagedDisks()
Specifies that unmanaged disks will be used.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.