public static interface VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withOsDiskCaching(CachingTypes cachingType)
Specifies the caching type for the operating system disk.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withOsDiskName(String name)
Specifies the name for the OS disk.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate withOsDiskCaching(CachingTypes cachingType)
cachingType - the caching typeVirtualMachineScaleSet.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.
*/