public final class NamespaceUpdateParameters extends Object
| Constructor and Description |
|---|
NamespaceUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Sku |
sku()
Get the sku property: The sku of the created namespace.
|
Map<String,String> |
tags()
Get the tags property: Resource tags.
|
void |
validate()
Validates the instance.
|
NamespaceUpdateParameters |
withSku(Sku sku)
Set the sku property: The sku of the created namespace.
|
NamespaceUpdateParameters |
withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
public Map<String,String> tags()
public NamespaceUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to set.public Sku sku()
public NamespaceUpdateParameters withSku(Sku sku)
sku - the sku value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.