Bagikan melalui


ConnectedRegistryListResult Class

Definition

The result of a request to list connected registries for a container registry.

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

Constructors

ConnectedRegistryListResult()

Creates an new ConnectedRegistryListResult instance.

Properties

NextLink

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

Value

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedRegistryListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedRegistryListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedRegistryListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to