SubscriptionAliasListResult Constructors

Definition

Overloads

SubscriptionAliasListResult()

Initializes a new instance of the SubscriptionAliasListResult class.

SubscriptionAliasListResult(IList<SubscriptionAliasResponse>, String)

Initializes a new instance of the SubscriptionAliasListResult class.

SubscriptionAliasListResult()

Initializes a new instance of the SubscriptionAliasListResult class.

public SubscriptionAliasListResult ();
Public Sub New ()

Applies to

SubscriptionAliasListResult(IList<SubscriptionAliasResponse>, String)

Initializes a new instance of the SubscriptionAliasListResult class.

public SubscriptionAliasListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse> value = default, string nextLink = default);
new Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponse> * string -> Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasListResult
Public Sub New (Optional value As IList(Of SubscriptionAliasResponse) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<SubscriptionAliasResponse>

The list of alias.

nextLink
String

The link (url) to the next page of results.

Applies to