IPCommunitiesListResult Class

Definition

List of IP Communities.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunitiesListResultTypeConverter))]
public class IPCommunitiesListResult : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPCommunitiesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunitiesListResultTypeConverter))>]
type IPCommunitiesListResult = class
    interface IIPCommunitiesListResult
    interface IJsonSerializable
Public Class IPCommunitiesListResult
Implements IIPCommunitiesListResult
Inheritance
IPCommunitiesListResult
Attributes
Implements

Constructors

Name Description
IPCommunitiesListResult()

Creates an new IPCommunitiesListResult instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of IP Community resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPCommunitiesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPCommunitiesListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPCommunitiesListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPCommunitiesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to