See: Description
| Interface | Description |
|---|---|
| Registries |
Entry point to the registry management API.
|
| Registry |
An immutable client-side representation of an Azure registry.
|
| Registry.Definition |
Container interface for all the definitions related to a registry.
|
| Registry.DefinitionStages |
Grouping of registry definition stages.
|
| Registry.DefinitionStages.Blank |
The first stage of a container service definition.
|
| Registry.DefinitionStages.WithAdminUserEnabled |
The stage of the registry definition allowing to enable admin user.
|
| Registry.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for
the resource to be created, but also allows
for any other optional settings to be specified.
|
| Registry.DefinitionStages.WithGroup |
The stage of the container service definition allowing to specify the resource group.
|
| Registry.DefinitionStages.WithStorageAccount |
The stage of the registry definition allowing to specify the storage account.
|
| Registry.Update |
The template for an update operation, containing all the settings that
can be modified.
|
| Registry.UpdateStages |
Grouping of container service update stages.
|
| Registry.UpdateStages.WithAdminUserEnabled |
The stage of the registry update allowing to enable admin user.
|
| Class | Description |
|---|---|
| OperationDisplayDefinition |
The display information for a container registry operation.
|
| RegenerateCredentialParameters |
The parameters used to regenerate the login credential.
|
| RegistryNameCheckRequest |
A request to check whether a container registry name is available.
|
| RegistryPassword |
The login password for the container registry.
|
| Sku |
The SKU of a container registry.
|
| SkuTier |
Defines values for SkuTier.
|
| StorageAccountParameters |
The parameters of a storage account for a container registry.
|
| StorageAccountProperties |
The properties of a storage account for a container registry.
|
| Enum | Description |
|---|---|
| PasswordName |
Defines values for PasswordName.
|
| ProvisioningState |
Defines values for ProvisioningState.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/