PartnerConfiguration Class
Partner configuration information.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None
|
|
tags
|
Tags of the resource. Default value: None
|
|
partner_authorization
|
The details of authorized partners. Default value: None
|
|
provisioning_state
|
Provisioning state of the partner configuration. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", and "Failed". Default value: None
|
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 the Event Grid 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". |