public class NamespaceCreateOrUpdateParameters extends Object
| Constructor and Description |
|---|
NamespaceCreateOrUpdateParameters() |
| 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 |
location()
Get the location property: Namespace location.
|
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.
|
Map<String,String> |
tags()
Get the tags property: Namespace tags.
|
OffsetDateTime |
updatedAt()
Get the updatedAt property: The time the namespace was updated.
|
void |
validate()
Validates the instance.
|
NamespaceCreateOrUpdateParameters |
withCreateAcsNamespace(Boolean createAcsNamespace)
Set the createAcsNamespace property: Indicates whether to create an ACS namespace.
|
NamespaceCreateOrUpdateParameters |
withEnabled(Boolean enabled)
Set the enabled property: Specifies whether this instance is enabled.
|
NamespaceCreateOrUpdateParameters |
withLocation(String location)
Set the location property: Namespace location.
|
NamespaceCreateOrUpdateParameters |
withSku(Sku sku)
Set the sku property: SKU of the namespace.
|
NamespaceCreateOrUpdateParameters |
withStatus(NamespaceState status)
Set the status property: State of the namespace.
|
NamespaceCreateOrUpdateParameters |
withTags(Map<String,String> tags)
Set the tags property: Namespace tags.
|
public String location()
public NamespaceCreateOrUpdateParameters withLocation(String location)
location - the location value to set.public Sku sku()
public NamespaceCreateOrUpdateParameters withSku(Sku sku)
sku - the sku value to set.public Map<String,String> tags()
public NamespaceCreateOrUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to set.public String provisioningState()
public NamespaceState status()
public NamespaceCreateOrUpdateParameters withStatus(NamespaceState status)
status - the status value to set.public OffsetDateTime createdAt()
public OffsetDateTime updatedAt()
public String serviceBusEndpoint()
public Boolean createAcsNamespace()
public NamespaceCreateOrUpdateParameters withCreateAcsNamespace(Boolean createAcsNamespace)
createAcsNamespace - the createAcsNamespace value to set.public Boolean enabled()
public NamespaceCreateOrUpdateParameters 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.