| Modifier and Type | Method | Description |
|---|---|---|
Sku |
Registry.sku() |
|
Sku |
RegistryUpdateParameters.sku() |
Get the SKU of the container registry.
|
Sku |
Sku.withName(SkuName name) |
Set the SKU name of the container registry.
|
| Modifier and Type | Method | Description |
|---|---|---|
Registry.DefinitionStages.WithCreate |
Registry.DefinitionStages.WithSku.withSku(Sku sku) |
Specifies sku.
|
Registry.Update |
Registry.UpdateStages.WithSku.withSku(Sku sku) |
Specifies sku.
|
RegistryUpdateParameters |
RegistryUpdateParameters.withSku(Sku sku) |
Set the SKU of the container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/