SBNamespaceUpdateParameters Class
Description of a namespace resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.servicebus.v2017_04_01.models._models_py3.ResourceNamespacePatchSBNamespaceUpdateParameters
Constructor
SBNamespaceUpdateParameters(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.SBSku | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. |
tags
|
Resource tags. |
sku
|
Properties of Sku. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
sku
|
Properties of Sku. |
provisioning_state
|
Provisioning state of the namespace. |
created_at
|
The time the namespace was created. |
updated_at
|
The time the namespace was updated. |
service_bus_endpoint
|
Endpoint you can use to perform Service Bus operations. |
metric_id
|
Identifier for Azure Insights metrics. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python