public static interface Registry.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Registry.DefinitionStages.Blank
The first stage of a container registry definition.
|
static interface |
Registry.DefinitionStages.WithAdminUserEnabled
The stage of the registry definition allowing to enable admin user.
|
static interface |
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.
|
static interface |
Registry.DefinitionStages.WithGroup
The stage of the container service definition allowing to specify the resource group.
|
static interface |
Registry.DefinitionStages.WithSku
The stage of the registry definition allowing to specify the SKU type.
|
static interface |
Registry.DefinitionStages.WithStorageAccount
The stage of the registry definition allowing to specify the storage account.
|
static interface |
Registry.DefinitionStages.WithWebhook
The stage of the container registry definition allowing to add or remove a webhook.
|
Copyright © 2019. All rights reserved.