你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Partner Class
Information about the partner.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelPartner
Constructor
Partner(*, partner_registration_immutable_id: str | None = None, partner_name: str | None = None, authorization_expiration_time_in_utc: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
partner_registration_immutable_id
|
The immutableId of the corresponding partner registration. |
partner_name
|
The partner name. |
authorization_expiration_time_in_utc
|
Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration. If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified. |
Variables
Name | Description |
---|---|
partner_registration_immutable_id
|
The immutableId of the corresponding partner registration. |
partner_name
|
The partner name. |
authorization_expiration_time_in_utc
|
Expiration time of the partner authorization. If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration. If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified. |