NetworkAnchorListResult Class

Definition

The response of a NetworkAnchor list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.NetworkAnchorListResultTypeConverter))]
public class NetworkAnchorListResult : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.INetworkAnchorListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.NetworkAnchorListResultTypeConverter))>]
type NetworkAnchorListResult = class
    interface INetworkAnchorListResult
    interface IJsonSerializable
Public Class NetworkAnchorListResult
Implements INetworkAnchorListResult
Inheritance
NetworkAnchorListResult
Attributes
Implements

Constructors

Name Description
NetworkAnchorListResult()

Creates an new NetworkAnchorListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The NetworkAnchor items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkAnchorListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkAnchorListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.INetworkAnchorListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkAnchorListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to