Bagikan melalui


ReplicationListResult Class

Definition

The result of a request to list replications for a container registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ReplicationListResultTypeConverter))]
public class ReplicationListResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplicationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ReplicationListResultTypeConverter))>]
type ReplicationListResult = class
    interface IReplicationListResult
    interface IJsonSerializable
Public Class ReplicationListResult
Implements IReplicationListResult
Inheritance
ReplicationListResult
Attributes
Implements

Constructors

ReplicationListResult()

Creates an new ReplicationListResult instance.

Properties

NextLink

The URI that can be used to request the next list of replications.

Value

The list of replications. Since this list may be incomplete, the nextLink field should be used to request the next list of replications.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReplicationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReplicationListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IReplicationListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReplicationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to