Partilhar via


DeletedVaultListResult Class

Definition

List of vaults

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.DeletedVaultListResultTypeConverter))]
public class DeletedVaultListResult : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.IDeletedVaultListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.DeletedVaultListResultTypeConverter))>]
type DeletedVaultListResult = class
    interface IDeletedVaultListResult
    interface IJsonSerializable
Public Class DeletedVaultListResult
Implements IDeletedVaultListResult
Inheritance
DeletedVaultListResult
Attributes
Implements

Constructors

DeletedVaultListResult()

Creates an new DeletedVaultListResult instance.

Properties

NextLink

The URL to get the next set of deleted vaults.

Value

The list of deleted vaults.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeletedVaultListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeletedVaultListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.IDeletedVaultListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeletedVaultListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to