Share via


ResourceProviderManifestPropertiesProviderAuthentication Class

Definition

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

Constructors

ResourceProviderManifestPropertiesProviderAuthentication()

Creates an new ResourceProviderManifestPropertiesProviderAuthentication instance.

Properties

AllowedAudience

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceProviderManifestPropertiesProviderAuthentication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceProviderManifestPropertiesProviderAuthentication.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceProviderManifestPropertiesProviderAuthentication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to