public static interface Registry.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Registry.DefinitionStages.Blank
The first stage of a container service 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.WithStorageAccount
The stage of the registry definition allowing to specify the storage account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/