Table of Contents

Class ResourceGroupPatch

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

Resource group information.

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

Constructors

ResourceGroupPatch()

Initializes a new instance of ResourceGroupPatch.

public ResourceGroupPatch()

Properties

ManagedBy

The ID of the resource that manages this resource group.

public string ManagedBy { get; set; }

Property Value

string

Name

The name of the resource group.

public string Name { get; set; }

Property Value

string

ResourceGroupProvisioningState

The provisioning state.

public string ResourceGroupProvisioningState { get; }

Property Value

string

Tags

The tags attached to the resource group.

public IDictionary<string, string> Tags { get; }

Property Value

IDictionary<string, string>