AssociationListResult Class

Definition

The response of a Association list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.AssociationListResultTypeConverter))]
public class AssociationListResult : Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IAssociationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.AssociationListResultTypeConverter))>]
type AssociationListResult = class
    interface IAssociationListResult
    interface IJsonSerializable
Public Class AssociationListResult
Implements IAssociationListResult
Inheritance
AssociationListResult
Attributes
Implements

Constructors

Name Description
AssociationListResult()

Creates an new AssociationListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The Association items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AssociationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AssociationListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IAssociationListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AssociationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to