Share via


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.

Constructor

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

Namespace location. Required.

sku
Sku

SKU parameters supplied to the create Namespace operation.

Default value: None
tags

Namespace tags.

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

Namespace location. Required.

sku
Sku

SKU parameters supplied to the create Namespace operation.

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

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.