NamespaceResource 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.v2015_08_01.models._models_py3.TrackedResource
NamespaceResource

Constructor

NamespaceResource(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.Sku | 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

Resource location.

tags

Resource tags.

sku
Sku

SKU 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".

create_acs_namespace

Indicates whether to create an ACS namespace.

enabled

Specifies whether this instance is enabled.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

location
str

Resource location.

type
str

Resource type.

tags

Resource tags.

sku
Sku

SKU of the namespace.

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.