Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static KnownWindowsVirtualMachineImage |
KnownWindowsVirtualMachineImage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownWindowsVirtualMachineImage[] |
KnownWindowsVirtualMachineImage.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.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies a known marketplace Windows image to be used for the virtual machine's OS.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies a known marketplace Windows image used as the operating system for the virtual machines in the scale set.
|
Copyright © 2019. All rights reserved.