次の方法で共有


IPartner Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerTypeConverter))]
public interface IPartner : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerTypeConverter))>]
type IPartner = interface
    interface IJsonSerializable
Public Interface IPartner
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AuthorizationExpirationTimeInUtc

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.

Name

The partner name.

RegistrationImmutableId

The immutableId of the corresponding partner registration.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to