public static interface VirtualMachineScaleSet.DefinitionStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withExistingStorageAccount(StorageAccount storageAccount)
Specifies an existing storage account for the OS and data disk VHDs of the virtual machines in the scale
set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withNewStorageAccount(Creatable<StorageAccount> creatable)
Specifies a new storage account for the OS and data disk VHDs of the virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withNewStorageAccount(String name)
Specifies a new storage account for the OS and data disk VHDs of the virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate withNewStorageAccount(String name)
name - the name of the storage accountVirtualMachineScaleSet.DefinitionStages.WithCreate withNewStorageAccount(Creatable<StorageAccount> creatable)
creatable - the storage account definition in a creatable stageVirtualMachineScaleSet.DefinitionStages.WithCreate withExistingStorageAccount(StorageAccount storageAccount)
storageAccount - an existing storage accountCopyright © 2020 Microsoft Corporation. All rights reserved.