public static interface VirtualMachine.DefinitionStages.WithOsDiskSettings
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithCreate |
withOsDiskCaching(CachingTypes cachingType)
Specifies the caching type for the Operating System disk.
|
VirtualMachine.DefinitionStages.WithCreate |
withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
Specifies the encryption settings for the OS Disk.
|
VirtualMachine.DefinitionStages.WithCreate |
withOsDiskName(String name)
Specifies the name for the OS Disk.
|
VirtualMachine.DefinitionStages.WithCreate |
withOsDiskSizeInGb(Integer size)
Specifies the size of the OSDisk in GB.
|
VirtualMachine.DefinitionStages.WithCreate |
withOsDiskVhdLocation(String containerName,
String vhdName)
Specifies the name of the OS Disk Vhd file and it's parent container.
|
VirtualMachine.DefinitionStages.WithCreate withOsDiskCaching(CachingTypes cachingType)
cachingType - the caching type.VirtualMachine.DefinitionStages.WithCreate withOsDiskVhdLocation(String containerName, String vhdName)
containerName - the name of the container in the selected storage account.vhdName - the name for the OS Disk vhd.VirtualMachine.DefinitionStages.WithCreate withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
settings - the encryption settings.VirtualMachine.DefinitionStages.WithCreate withOsDiskSizeInGb(Integer size)
size - the VHD size.VirtualMachine.DefinitionStages.WithCreate withOsDiskName(String name)
name - the OS Disk name./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/