Class SBNamespaceUpdateParameters
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.servicebus.models.ResourceNamespacePatch
com.azure.resourcemanager.servicebus.models.SBNamespaceUpdateParameters
Description of a namespace resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the createdAt property: The time the namespace was created.metricId()Get the metricId property: Identifier for Azure Insights metrics.Get the provisioningState property: Provisioning state of the namespace.Get the serviceBusEndpoint property: Endpoint you can use to perform Service Bus operations.sku()Get the sku property: Properties of Sku.Get the updatedAt property: The time the namespace was updated.voidvalidate()Validates the instance.withLocation(String location) Set the location property: Resource location.Set the sku property: Properties of Sku.Set the tags property: Resource tags.Methods inherited from class com.azure.resourcemanager.servicebus.models.ResourceNamespacePatch
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
SBNamespaceUpdateParameters
public SBNamespaceUpdateParameters()
-
-
Method Details
-
sku
Get the sku property: Properties of Sku.- Returns:
- the sku value.
-
withSku
Set the sku property: Properties of Sku.- Parameters:
sku- the sku value to set.- Returns:
- the SBNamespaceUpdateParameters object itself.
-
provisioningState
Get the provisioningState property: Provisioning state of the namespace.- Returns:
- the provisioningState value.
-
createdAt
Get the createdAt property: The time the namespace was created.- Returns:
- the createdAt value.
-
updatedAt
Get the updatedAt property: The time the namespace was updated.- Returns:
- the updatedAt value.
-
serviceBusEndpoint
Get the serviceBusEndpoint property: Endpoint you can use to perform Service Bus operations.- Returns:
- the serviceBusEndpoint value.
-
metricId
Get the metricId property: Identifier for Azure Insights metrics.- Returns:
- the metricId value.
-
withLocation
Set the location property: Resource location.- Overrides:
withLocationin classResourceNamespacePatch- Parameters:
location- the location value to set.- Returns:
- the ResourceNamespacePatch object itself.
-
withTags
Set the tags property: Resource tags.- Overrides:
withTagsin classResourceNamespacePatch- Parameters:
tags- the tags value to set.- Returns:
- the ResourceNamespacePatch object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classResourceNamespacePatch- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-