PartnerConfiguration Class
Partner configuration information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.ResourcePartnerConfiguration
Constructor
PartnerConfiguration(*, location: str | None = None, tags: Dict[str, str] | None = None, partner_authorization: _models.PartnerAuthorization | None = None, provisioning_state: str | _models.PartnerConfigurationProvisioningState | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Location of the resource. |
tags
|
Tags of the resource. |
partner_authorization
|
The details of authorized partners. |
provisioning_state
|
Provisioning state of the partner configuration. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", and "Failed". |
Variables
Name | Description |
---|---|
id
|
Fully qualified identifier of the resource. |
name
|
Name of the resource. |
type
|
Type of the resource. |
system_data
|
The system metadata relating to partner configuration resource. |
location
|
Location of the resource. |
tags
|
Tags of the resource. |
partner_authorization
|
The details of authorized partners. |
provisioning_state
|
Provisioning state of the partner configuration. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", and "Failed". |
Azure SDK for Python