public class SBNamespaceUpdateParameters extends ResourceNamespacePatch
| Constructor and Description |
|---|
SBNamespaceUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createdAt()
Get the createdAt property: The time the namespace was created.
|
String |
metricId()
Get the metricId property: Identifier for Azure Insights metrics.
|
String |
provisioningState()
Get the provisioningState property: Provisioning state of the namespace.
|
String |
serviceBusEndpoint()
Get the serviceBusEndpoint property: Endpoint you can use to perform Service Bus operations.
|
SBSku |
sku()
Get the sku property: Properties of Sku.
|
OffsetDateTime |
updatedAt()
Get the updatedAt property: The time the namespace was updated.
|
void |
validate()
Validates the instance.
|
SBNamespaceUpdateParameters |
withLocation(String location)
Set the location property: Resource location.
|
SBNamespaceUpdateParameters |
withSku(SBSku sku)
Set the sku property: Properties of Sku.
|
SBNamespaceUpdateParameters |
withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
location, tagspublic SBSku sku()
public SBNamespaceUpdateParameters withSku(SBSku sku)
sku - the sku value to set.public String provisioningState()
public OffsetDateTime createdAt()
public OffsetDateTime updatedAt()
public String serviceBusEndpoint()
public String metricId()
public SBNamespaceUpdateParameters withLocation(String location)
withLocation in class ResourceNamespacePatchlocation - the location value to set.public SBNamespaceUpdateParameters withTags(Map<String,String> tags)
withTags in class ResourceNamespacePatchtags - the tags value to set.public void validate()
validate in class ResourceNamespacePatchIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.