Partager via


DeletedAccountListResult Class

Definition

The response from the List Deleted Accounts operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DeletedAccountListResultTypeConverter))]
public class DeletedAccountListResult : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDeletedAccountListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.DeletedAccountListResultTypeConverter))>]
type DeletedAccountListResult = class
    interface IDeletedAccountListResult
    interface IJsonSerializable
Public Class DeletedAccountListResult
Implements IDeletedAccountListResult
Inheritance
DeletedAccountListResult
Attributes
Implements

Constructors

DeletedAccountListResult()

Creates an new DeletedAccountListResult instance.

Properties

NextLink

Request URL that can be used to query next page of deleted accounts. Returned when total number of requested deleted accounts exceed maximum page size.

Value

Gets the list of deleted accounts and their properties.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeletedAccountListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeletedAccountListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDeletedAccountListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeletedAccountListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to