DeletedVaultListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of vaults
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.DeletedVaultListResultTypeConverter))]
public class DeletedVaultListResult : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IDeletedVaultListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.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.KeyVault.Models.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. |
ToString() |