AssociationListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
AssociationListResult() |
Creates an new AssociationListResult instance. |
Properties
NextLink |
The link to the next page of items |
Value |
The Association items on this page |
Methods
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() |