C# Class Microsoft.Azure.Management.Internal.Resources.Models.ResourceGroupListResult

List of resource groups.
Inheritance: AzureOperationResponse
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
ResourceGroupListResult ( ) : Hyak.Common

Initializes a new instance of the ResourceGroupListResult class.

ResourceGroupListResult ( string nextLink ) : Hyak.Common

Initializes a new instance of the ResourceGroupListResult class with required arguments.

Method Details

ResourceGroupListResult() public method

Initializes a new instance of the ResourceGroupListResult class.
public ResourceGroupListResult ( ) : Hyak.Common
return Hyak.Common

ResourceGroupListResult() public method

Initializes a new instance of the ResourceGroupListResult class with required arguments.
public ResourceGroupListResult ( string nextLink ) : Hyak.Common
nextLink string
return Hyak.Common