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 |
withExistingStorageAccount(String id)
The ID of an existing 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)
If specified, the storage account must be in the same physical location as the container registry.
storageAccount - the storage account@Beta(value=V1_4_0) Registry.DefinitionStages.WithCreate withExistingStorageAccount(String id)
If specified, the storage account must be in the same physical location as the container registry.
id - the resource ID of the storage account; must be in the same physical location as the container registry@Beta(value=V1_4_0) Registry.DefinitionStages.WithCreate withNewStorageAccount(String storageAccountName)
A new storage account with default setting and specified name will be created.
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)
If specified, the storage account must be in the same physical location as the container registry.
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.
*/