Table of Contents

Class ResourceGroupData

Namespace
Azure.ResourceManager.Resources
Assembly
Azure.ResourceManager.dll

A class representing the ResourceGroup data model. Resource group information.

public class ResourceGroupData : TrackedResourceData, IJsonModel<ResourceGroupData>, IPersistableModel<ResourceGroupData>
Inheritance
ResourceGroupData
Implements
IJsonModel<ResourceGroupData>
IPersistableModel<ResourceGroupData>
Inherited Members

Constructors

ResourceGroupData(AzureLocation)

Initializes a new instance of ResourceGroupData.

public ResourceGroupData(AzureLocation location)

Parameters

location AzureLocation

The location.

Properties

ManagedBy

The ID of the resource that manages this resource group.

public string ManagedBy { get; set; }

Property Value

string

ResourceGroupProvisioningState

The provisioning state.

public string ResourceGroupProvisioningState { get; }

Property Value

string