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

List of subscription tags.
Inheritance: AzureOperationResponse
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
TagsListResult ( ) : Hyak.Common

Initializes a new instance of the TagsListResult class.

TagsListResult ( string nextLink ) : Hyak.Common

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

Method Details

TagsListResult() public method

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

TagsListResult() public method

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