Sdílet prostřednictvím


ResourceListResult Class

Definition

List of vault resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.ResourceListResultTypeConverter))]
public class ResourceListResult : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IResourceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.ResourceListResultTypeConverter))>]
type ResourceListResult = class
    interface IResourceListResult
    interface IJsonSerializable
Public Class ResourceListResult
Implements IResourceListResult
Inheritance
ResourceListResult
Attributes
Implements

Constructors

ResourceListResult()

Creates an new ResourceListResult instance.

Properties

NextLink

The URL to get the next set of vault resources.

Value

The list of vault resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IResourceListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to