NamespaceCreateOrUpdateParameters Class
Parameters supplied to the Create Or Update Namespace operation.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelNamespaceCreateOrUpdateParameters
Constructor
NamespaceCreateOrUpdateParameters(*, location: str, sku: _models.Sku | None = None, tags: Dict[str, str] | None = None, status: str | _models.NamespaceState | None = None, create_acs_namespace: bool | None = None, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Namespace location. Required. |
sku
|
SKU of the namespace. |
tags
|
Namespace tags. |
status
|
State of the namespace. Known values are: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", and "Failed". |
create_acs_namespace
|
Indicates whether to create an ACS namespace. |
enabled
|
Specifies whether this instance is enabled. |
Variables
Name | Description |
---|---|
location
|
Namespace location. Required. |
sku
|
SKU of the namespace. |
tags
|
Namespace tags. |
provisioning_state
|
Provisioning state of the namespace. |
status
|
State of the namespace. Known values are: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", and "Failed". |
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. |
create_acs_namespace
|
Indicates whether to create an ACS namespace. |
enabled
|
Specifies whether this instance is enabled. |
Azure SDK for Python