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