ResourceGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resource group information.
public class ResourceGroup
type ResourceGroup = class
Public Class ResourceGroup
- Inheritance
-
ResourceGroup
- Derived
Constructors
ResourceGroup() |
Initializes a new instance of the ResourceGroup class. |
ResourceGroup(String) |
Initializes a new instance of the ResourceGroup class with required arguments. |
Properties
Location |
Required. Gets or sets the location of the resource group. It cannot be changed after the resource group has been created. Has to be one of the supported Azure Locations, such as West US, East US, West Europe, East Asia, etc. |
Properties |
Optional. Gets or sets the resource group properties. |
ProvisioningState |
Optional. Gets or sets resource group provisioning state. |
Tags |
Optional. Gets or sets the tags attached to the resource group. |
Applies to
Azure SDK for .NET