public static interface Registry.DefinitionStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
Registry.DefinitionStages.WithCreate |
withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
The parameters of a storage account for the container registry.
|
Registry.DefinitionStages.WithCreate |
withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> creatable)
The parameters for a storage account for the container registry.
|
Registry.DefinitionStages.WithCreate |
withNewStorageAccount(String storageAccountName)
The parameters for a storage account for the container registry.
|
Registry.DefinitionStages.WithCreate withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
storageAccount - the storage accountRegistry.DefinitionStages.WithCreate withNewStorageAccount(String storageAccountName)
storageAccountName - the name of the storage accountRegistry.DefinitionStages.WithCreate withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> creatable)
creatable - the storage account to create/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/