public static interface Registry.DefinitionStages
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Registry.DefinitionStages.Blank |
The first stage of a Registry definition.
|
static interface |
Registry.DefinitionStages.WithAdminUserEnabled |
The stage of the registry definition allowing to specify AdminUserEnabled.
|
static interface |
Registry.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
static interface |
Registry.DefinitionStages.WithGroup |
The stage of the Registry definition allowing to specify the resource group.
|
static interface |
Registry.DefinitionStages.WithSku |
The stage of the registry definition allowing to specify Sku.
|
static interface |
Registry.DefinitionStages.WithStorageAccount |
The stage of the registry definition allowing to specify StorageAccount.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/