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

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

Public Methods

Method Description
ResourceListResult ( ) : Hyak.Common

Initializes a new instance of the ResourceListResult class.

ResourceListResult ( string nextLink ) : Hyak.Common

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

Method Details

ResourceListResult() public method

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

ResourceListResult() public method

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