Class NamespaceProperties
java.lang.Object
com.azure.messaging.servicebus.administration.models.NamespaceProperties
The NamespaceProperties model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
Get the alias property: Alias for the geo-disaster recovery Service Bus namespace.Get the createdTime property: The exact time the namespace was created.Get the messagingSku property: The SKU for the messaging entity.Get the messagingUnits property: The number of messaging units allocated to the namespace.Get the modifiedTime property: The exact time the namespace was last modified.getName()
Get the name property: Name of the namespace.Get the namespaceType property: The type of entities the namespace can contain.Set the alias property: Alias for the geo-disaster recovery Service Bus namespace.setMessagingSku
(MessagingSku messagingSku) Set the messagingSku property: The SKU for the messaging entity.setMessagingUnits
(Integer messagingUnits) Set the messagingUnits property: The number of messaging units allocated to the namespace.setModifiedTime
(OffsetDateTime modifiedTime) Set the modifiedTime property: The exact time the namespace was last modified.Set the name property: Name of the namespace.setNamespaceType
(NamespaceType namespaceType) Set the namespaceType property: The type of entities the namespace can contain.
-
Constructor Details
-
NamespaceProperties
public NamespaceProperties()
-
-
Method Details
-
getAlias
Get the alias property: Alias for the geo-disaster recovery Service Bus namespace.- Returns:
- the alias value.
-
setAlias
Set the alias property: Alias for the geo-disaster recovery Service Bus namespace.- Parameters:
alias
- the alias value to set.- Returns:
- the NamespaceProperties object itself.
-
getCreatedTime
Get the createdTime property: The exact time the namespace was created.- Returns:
- the createdTime value.
-
getMessagingSku
Get the messagingSku property: The SKU for the messaging entity.- Returns:
- the messagingSku value.
-
setMessagingSku
Set the messagingSku property: The SKU for the messaging entity.- Parameters:
messagingSku
- the messagingSku value to set.- Returns:
- the NamespaceProperties object itself.
-
getMessagingUnits
Get the messagingUnits property: The number of messaging units allocated to the namespace.- Returns:
- the messagingUnits value.
-
setMessagingUnits
Set the messagingUnits property: The number of messaging units allocated to the namespace.- Parameters:
messagingUnits
- the messagingUnits value to set.- Returns:
- the NamespaceProperties object itself.
-
getModifiedTime
Get the modifiedTime property: The exact time the namespace was last modified.- Returns:
- the modifiedTime value.
-
setModifiedTime
Set the modifiedTime property: The exact time the namespace was last modified.- Parameters:
modifiedTime
- the modifiedTime value to set.- Returns:
- the NamespaceProperties object itself.
-
getName
Get the name property: Name of the namespace.- Returns:
- the name value.
-
setName
Set the name property: Name of the namespace.- Parameters:
name
- the name value to set.- Returns:
- the NamespaceProperties object itself.
-
getNamespaceType
Get the namespaceType property: The type of entities the namespace can contain.- Returns:
- the namespaceType value.
-
setNamespaceType
Set the namespaceType property: The type of entities the namespace can contain.- Parameters:
namespaceType
- the namespaceType value to set.- Returns:
- the NamespaceProperties object itself.
-