RelayUpdateParameters Class
Description of a namespace resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.relay.models._models_py3.ResourceNamespacePatchRelayUpdateParameters
Constructor
RelayUpdateParameters(*, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.relay.models._models_py3.Sku] = None, **kwargs)
Parameters
Variables
- id
- str
Resource ID.
- name
- str
Resource name.
- type
- str
Resource type.
- provisioning_state
- str or ProvisioningStateEnum
Possible values include: "Created", "Succeeded", "Deleted", "Failed", "Updating", "Unknown".
- 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.
Feedback
Submit and view feedback for