Share via


ResourceProviderAuthentication Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceProviderAuthenticationTypeConverter))]
public class ResourceProviderAuthentication : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IResourceProviderAuthentication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ResourceProviderAuthenticationTypeConverter))>]
type ResourceProviderAuthentication = class
    interface IResourceProviderAuthentication
    interface IJsonSerializable
Public Class ResourceProviderAuthentication
Implements IResourceProviderAuthentication
Inheritance
ResourceProviderAuthentication
Attributes
Implements

Constructors

ResourceProviderAuthentication()

Creates an new ResourceProviderAuthentication instance.

Properties

AllowedAudience

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceProviderAuthentication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceProviderAuthentication.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceProviderAuthentication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to