Condividi tramite


PartnerClientAuthentication Class

Definition

Partner client authentication

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerClientAuthenticationTypeConverter))]
public class PartnerClientAuthentication : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerClientAuthentication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerClientAuthenticationTypeConverter))>]
type PartnerClientAuthentication = class
    interface IPartnerClientAuthentication
    interface IJsonSerializable
Public Class PartnerClientAuthentication
Implements IPartnerClientAuthentication
Inheritance
PartnerClientAuthentication
Attributes
Implements

Constructors

PartnerClientAuthentication()

Creates an new PartnerClientAuthentication instance.

Properties

ClientAuthenticationType

Type of client authentication

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerClientAuthentication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerClientAuthentication.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerClientAuthentication. Note: the Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerClientAuthentication interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerClientAuthentication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to