你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeletedAccountListResult Constructors

Definition

Overloads

DeletedAccountListResult()

Initializes a new instance of the DeletedAccountListResult class.

DeletedAccountListResult(IList<DeletedAccount>, String)

Initializes a new instance of the DeletedAccountListResult class.

DeletedAccountListResult()

Initializes a new instance of the DeletedAccountListResult class.

public DeletedAccountListResult ();
Public Sub New ()

Applies to

DeletedAccountListResult(IList<DeletedAccount>, String)

Initializes a new instance of the DeletedAccountListResult class.

public DeletedAccountListResult (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DeletedAccount> value = default, string nextLink = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DeletedAccountListResult : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DeletedAccount> * string -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DeletedAccountListResult
Public Sub New (Optional value As IList(Of DeletedAccount) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<DeletedAccount>

Gets the list of deleted accounts and their properties.

nextLink
String

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.

Applies to