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

Resource group information.
Inheritance: ResourceGroup
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
ResourceGroupExtended ( ) : System

Initializes a new instance of the ResourceGroupExtended class.

ResourceGroupExtended ( string location ) : System

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

Method Details

ResourceGroupExtended() public method

Initializes a new instance of the ResourceGroupExtended class.
public ResourceGroupExtended ( ) : System
return System

ResourceGroupExtended() public method

Initializes a new instance of the ResourceGroupExtended class with required arguments.
public ResourceGroupExtended ( string location ) : System
location string
return System