你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Model
NamespaceCreateOrUpdateParameters

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
str

Namespace location. Required.

sku
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
str

Namespace location. Required.

sku
Sku

SKU of the namespace.

tags

Namespace tags.

provisioning_state
str

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
str

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.