次の方法で共有


NamespaceResource Class

Description of a namespace resource.

Variables are only populated by the server, and will be ignored when sending a request.

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.

Default value: None
tags

Resource tags.

Default value: None
sku
Sku

SKU of the namespace.

Default value: None
status

State of the namespace. Known values are: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", and "Failed".

Default value: None
create_acs_namespace

Indicates whether to create an ACS namespace.

Default value: None
enabled

Specifies whether this instance is enabled.

Default value: None

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.