ResourceGroupListResult 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
ResourceGroupListResult() |
Initializes a new instance of the ResourceGroupListResult class. |
ResourceGroupListResult(String) |
Initializes a new instance of the ResourceGroupListResult class with required arguments. |
ResourceGroupListResult()
Initializes a new instance of the ResourceGroupListResult class.
public ResourceGroupListResult ();
Public Sub New ()
Applies to
ResourceGroupListResult(String)
Initializes a new instance of the ResourceGroupListResult class with required arguments.
public ResourceGroupListResult (string nextLink);
new Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult : string -> Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult
Public Sub New (nextLink As String)
Parameters
- nextLink
- String
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