public class NamespaceResourceInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
NamespaceResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
createAcsNamespace()
Get the createAcsNamespace property: Indicates whether to create an ACS namespace.
|
OffsetDateTime |
createdAt()
Get the createdAt property: The time the namespace was created.
|
Boolean |
enabled()
Get the enabled property: Specifies whether this instance is enabled.
|
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.
|
Sku |
sku()
Get the sku property: SKU of the namespace.
|
NamespaceState |
status()
Get the status property: State of the namespace.
|
OffsetDateTime |
updatedAt()
Get the updatedAt property: The time the namespace was updated.
|
void |
validate()
Validates the instance.
|
NamespaceResourceInner |
withCreateAcsNamespace(Boolean createAcsNamespace)
Set the createAcsNamespace property: Indicates whether to create an ACS namespace.
|
NamespaceResourceInner |
withEnabled(Boolean enabled)
Set the enabled property: Specifies whether this instance is enabled.
|
NamespaceResourceInner |
withSku(Sku sku)
Set the sku property: SKU of the namespace.
|
NamespaceResourceInner |
withStatus(NamespaceState status)
Set the status property: State of the namespace.
|
public Sku sku()
public NamespaceResourceInner withSku(Sku sku)
sku - the sku value to set.public String provisioningState()
public NamespaceState status()
public NamespaceResourceInner withStatus(NamespaceState status)
status - the status value to set.public OffsetDateTime createdAt()
public OffsetDateTime updatedAt()
public String serviceBusEndpoint()
public Boolean createAcsNamespace()
public NamespaceResourceInner withCreateAcsNamespace(Boolean createAcsNamespace)
createAcsNamespace - the createAcsNamespace value to set.public Boolean enabled()
public NamespaceResourceInner withEnabled(Boolean enabled)
enabled - the enabled value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.