Share via


NamespaceResource Class

Single Namespace item in List or Get Operation.

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, provisioning_state: str | None = None, created_at: datetime | None = None, updated_at: datetime | None = None, service_bus_endpoint: str | 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 parameters supplied to the create Namespace operation.

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

Provisioning state of the Namespace.

Default value: None
created_at

The time the Namespace was created.

Default value: None
updated_at

The time the Namespace was updated.

Default value: None
service_bus_endpoint
str

Endpoint you can use to perform Service Bus operations.

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 parameters supplied to the create Namespace operation.

status

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

provisioning_state
str

Provisioning state of the Namespace.

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.

metric_id
str

Identifier for Azure Insights metrics.

enabled

Specifies whether this instance is enabled.