Interface VirtualMachineScaleSet.DefinitionStages.WithStorageAccount

    • Method Detail

      • withNewStorageAccount

        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.
        Parameters:
        name - the name of the storage account
        Returns:
        the next stage of the definition
      • withExistingStorageAccount

        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.
        Parameters:
        storageAccount - an existing storage account
        Returns:
        the next stage in the definition