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.Resource
PartnerConfiguration

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
str

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
str

Fully qualified identifier of the resource.

name
str

Name of the resource.

type
str

Type of the resource.

system_data

The system metadata relating to partner configuration resource.

location
str

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