public class SBNamespaceInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
SBNamespaceInner() |
| 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.
|
SBNamespaceInner |
withLocation(String location) |
SBNamespaceInner |
withSku(SBSku sku)
Set the sku property: Properties of Sku.
|
SBNamespaceInner |
withTags(Map<String,String> tags) |
public SBSku sku()
public SBNamespaceInner 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 SBNamespaceInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic SBNamespaceInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.