你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureAdPartnerClientAuthentication Class

Definition

Azure Active Directory Partner Client Authentication

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureAdPartnerClientAuthenticationTypeConverter))]
public class AzureAdPartnerClientAuthentication : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureAdPartnerClientAuthentication, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureAdPartnerClientAuthenticationTypeConverter))>]
type AzureAdPartnerClientAuthentication = class
    interface IAzureAdPartnerClientAuthentication
    interface IJsonSerializable
    interface IPartnerClientAuthentication
    interface IValidates
Public Class AzureAdPartnerClientAuthentication
Implements IAzureAdPartnerClientAuthentication, IValidates
Inheritance
AzureAdPartnerClientAuthentication
Attributes
Implements

Constructors

AzureAdPartnerClientAuthentication()

Creates an new AzureAdPartnerClientAuthentication instance.

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.

ClientAuthenticationType

Type of client authentication

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureAdPartnerClientAuthentication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureAdPartnerClientAuthentication.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureAdPartnerClientAuthentication.

FromJsonString(String)

Creates a new instance of AzureAdPartnerClientAuthentication, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureAdPartnerClientAuthentication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to