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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET