| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Registry.Definition |
The entirety of the Registry definition.
|
| Modifier and Type | Method | Description |
|---|---|---|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithAdminUserEnabled.withAdminUserEnabled(Boolean adminUserEnabled) |
Specifies adminUserEnabled.
|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithSku.withSku(Sku sku) |
Specifies sku.
|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithStorageAccount.withStorageAccount(StorageAccountProperties storageAccount) |
Specifies storageAccount.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/