Dela via


WebhookPartnerDestinationInfo.ClientAuthentication Property

Definition

Partner client authentication Please note Azure.ResourceManager.EventGrid.Models.PartnerClientAuthentication is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include Azure.ResourceManager.EventGrid.Models.AzureADPartnerClientAuthentication.

public Azure.Provisioning.EventGrid.PartnerClientAuthentication ClientAuthentication { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.EventGrid.PartnerClientAuthentication> ClientAuthentication { get; set; }
member this.ClientAuthentication : Azure.Provisioning.EventGrid.PartnerClientAuthentication with get, set
member this.ClientAuthentication : Azure.Provisioning.BicepValue<Azure.Provisioning.EventGrid.PartnerClientAuthentication> with get, set
Public Property ClientAuthentication As PartnerClientAuthentication
Public Property ClientAuthentication As BicepValue(Of PartnerClientAuthentication)

Property Value

Applies to