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 Azure.
- Inheritance
-
NamespaceCreateOrUpdateParameters
Constructor
NamespaceCreateOrUpdateParameters(*, location: str, sku: Optional[azure.mgmt.eventhub.v2015_08_01.models._models_py3.Sku] = None, tags: Optional[Dict[str, str]] = None, status: Optional[Union[str, azure.mgmt.eventhub.v2015_08_01.models._event_hub_management_client_enums.NamespaceState]] = None, provisioning_state: Optional[str] = None, created_at: Optional[datetime.datetime] = None, updated_at: Optional[datetime.datetime] = None, service_bus_endpoint: Optional[str] = None, enabled: Optional[bool] = None, **kwargs)
Variables
- location
- str
Required. Namespace location.
- sku
- Sku
SKU parameters supplied to the create Namespace operation.
- status
- str or NamespaceState
State of the Namespace. Possible values include: "Unknown", "Creating", "Created", "Activating", "Enabling", "Active", "Disabling", "Disabled", "SoftDeleting", "SoftDeleted", "Removing", "Removed", "Failed".
- provisioning_state
- str
Provisioning state of the Namespace.
- created_at
- datetime
The time the Namespace was created.
- updated_at
- datetime
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
- bool
Specifies whether this instance is enabled.
Feedback
Submit and view feedback for