Share via


ProviderHubMetadataProviderAuthentication Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ProviderHubMetadataProviderAuthenticationTypeConverter))]
public class ProviderHubMetadataProviderAuthentication : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IProviderHubMetadataProviderAuthentication, Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ProviderHubMetadataProviderAuthenticationTypeConverter))>]
type ProviderHubMetadataProviderAuthentication = class
    interface IProviderHubMetadataProviderAuthentication
    interface IJsonSerializable
    interface IResourceProviderAuthentication
    interface IValidates
Public Class ProviderHubMetadataProviderAuthentication
Implements IProviderHubMetadataProviderAuthentication, IValidates
Inheritance
ProviderHubMetadataProviderAuthentication
Attributes
Implements

Constructors

ProviderHubMetadataProviderAuthentication()

Creates an new ProviderHubMetadataProviderAuthentication instance.

Properties

AllowedAudience

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProviderHubMetadataProviderAuthentication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProviderHubMetadataProviderAuthentication.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IProviderHubMetadataProviderAuthentication.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProviderHubMetadataProviderAuthentication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to