Compartilhar via


AuthConfigCollection Class

Definition

AuthConfig collection ARM resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AuthConfigCollectionTypeConverter))]
public class AuthConfigCollection : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAuthConfigCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AuthConfigCollectionTypeConverter))>]
type AuthConfigCollection = class
    interface IAuthConfigCollection
    interface IJsonSerializable
Public Class AuthConfigCollection
Implements IAuthConfigCollection
Inheritance
AuthConfigCollection
Attributes
Implements

Constructors

AuthConfigCollection()

Creates an new AuthConfigCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AuthConfigCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AuthConfigCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAuthConfigCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AuthConfigCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to