Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static KnownLinuxVirtualMachineImage |
KnownLinuxVirtualMachineImage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownLinuxVirtualMachineImage[] |
KnownLinuxVirtualMachineImage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies a known marketplace Linux image to be used for the virtual machine's OS.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies a known marketplace Linux image used as the virtual machine's operating system.
|
Copyright © 2019. All rights reserved.