AzureADPartnerClientAuthentication Class

Definition

Azure Active Directory Partner Client Authentication.

public class AzureADPartnerClientAuthentication : Azure.ResourceManager.EventGrid.Models.PartnerClientAuthentication, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.AzureADPartnerClientAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.AzureADPartnerClientAuthentication>
type AzureADPartnerClientAuthentication = class
    inherit PartnerClientAuthentication
    interface IJsonModel<AzureADPartnerClientAuthentication>
    interface IPersistableModel<AzureADPartnerClientAuthentication>
Public Class AzureADPartnerClientAuthentication
Inherits PartnerClientAuthentication
Implements IJsonModel(Of AzureADPartnerClientAuthentication), IPersistableModel(Of AzureADPartnerClientAuthentication)
Inheritance
AzureADPartnerClientAuthentication
Implements

Constructors

AzureADPartnerClientAuthentication()

Initializes a new instance of AzureADPartnerClientAuthentication.

Properties

AzureActiveDirectoryApplicationIdOrUri

The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.

AzureActiveDirectoryTenantId

The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.

Explicit Interface Implementations

IJsonModel<AzureADPartnerClientAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureADPartnerClientAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PartnerClientAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from PartnerClientAuthentication)
IJsonModel<PartnerClientAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PartnerClientAuthentication)
IPersistableModel<AzureADPartnerClientAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureADPartnerClientAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureADPartnerClientAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PartnerClientAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PartnerClientAuthentication)
IPersistableModel<PartnerClientAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from PartnerClientAuthentication)
IPersistableModel<PartnerClientAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PartnerClientAuthentication)

Applies to