Compartir a través de


AssociationsList Class

Definition

List of associations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.AssociationsListTypeConverter))]
public class AssociationsList : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IAssociationsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.AssociationsListTypeConverter))>]
type AssociationsList = class
    interface IAssociationsList
    interface IJsonSerializable
Public Class AssociationsList
Implements IAssociationsList
Inheritance
AssociationsList
Attributes
Implements

Constructors

AssociationsList()

Creates an new AssociationsList instance.

Properties

NextLink

The URL to use for getting the next set of results.

Value

The array of associations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AssociationsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AssociationsList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IAssociationsList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AssociationsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to