| Modifier and Type | Interface and Description |
|---|---|
static interface |
Registry.Definition
Container interface for all the definitions related to a registry.
|
| Modifier and Type | Method and Description |
|---|---|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithStorageAccount.withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
The parameters of a storage account for the container registry.
|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithStorageAccount.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 |
Registry.DefinitionStages.WithStorageAccount.withNewStorageAccount(String storageAccountName)
The parameters for a storage account for the container registry.
|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithAdminUserEnabled.withRegistryNameAsAdminUser()
Enable admin user.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/