public static interface VirtualMachineScaleSet.DefinitionStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies an existing
StorageAccount for the OS and data disk VHDs of
the virtual machines in the scale set. |
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> creatable)
creatable - the storage account definition in a creatable stageVirtualMachineScaleSet.DefinitionStages.WithCreate withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
StorageAccount for the OS and data disk VHDs of
the virtual machines in the scale set.storageAccount - an existing storage account/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/