| 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.WithSku.withBasicSku()
Creates a 'managed' registry with a 'Basic' SKU type.
|
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.withExistingStorageAccount(String id)
The ID of an existing 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.WithSku.withPremiumSku()
Creates a 'managed' registry with a 'Premium' SKU type.
|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithAdminUserEnabled.withRegistryNameAsAdminUser()
Enable admin user.
|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithSku.withStandardSku()
Creates a 'managed' registry with a 'Standard' SKU type.
|
| Modifier and Type | Method and Description |
|---|---|
Webhook.DefinitionStages.Blank<Registry.DefinitionStages.WithCreate> |
Registry.DefinitionStages.WithWebhook.defineWebhook(String name)
Begins the definition of a new webhook to be added to this container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/