public class RegistryUpdateParameters extends Object
| Constructor | Description |
|---|---|
RegistryUpdateParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
adminUserEnabled() |
Get the value that indicates whether the admin user is enabled.
|
Sku |
sku() |
Get the SKU of the container registry.
|
StorageAccountProperties |
storageAccount() |
Get the parameters of a storage account for the container registry.
|
Map<String,String> |
tags() |
Get the tags for the container registry.
|
RegistryUpdateParameters |
withAdminUserEnabled(Boolean adminUserEnabled) |
Set the value that indicates whether the admin user is enabled.
|
RegistryUpdateParameters |
withSku(Sku sku) |
Set the SKU of the container registry.
|
RegistryUpdateParameters |
withStorageAccount(StorageAccountProperties storageAccount) |
Set the parameters of a storage account for the container registry.
|
RegistryUpdateParameters |
withTags(Map<String,String> tags) |
Set the tags for the container registry.
|
public Map<String,String> tags()
public RegistryUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to setpublic Sku sku()
public RegistryUpdateParameters withSku(Sku sku)
sku - the sku value to setpublic Boolean adminUserEnabled()
public RegistryUpdateParameters withAdminUserEnabled(Boolean adminUserEnabled)
adminUserEnabled - the adminUserEnabled value to setpublic StorageAccountProperties storageAccount()
public RegistryUpdateParameters withStorageAccount(StorageAccountProperties storageAccount)
storageAccount - the storageAccount value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/