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

Resource information.
Inheritance: ResourceBase
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
GenericResource ( ) : System

Initializes a new instance of the GenericResource class.

GenericResource ( string location ) : System

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

Method Details

GenericResource() public method

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

GenericResource() public method

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