SubscriptionAliasListResult Constructors
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET