Bagikan melalui


ScopeMapListResult Class

Definition

The result of a request to list scope maps for a container registry.

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

Constructors

ScopeMapListResult()

Creates an new ScopeMapListResult instance.

Properties

NextLink

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

Value

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScopeMapListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScopeMapListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScopeMapListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to