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
Name
The name of the resource group.
public string Name { get; set; }
Property Value
ResourceGroupProvisioningState
The provisioning state.
public string ResourceGroupProvisioningState { get; }
Property Value
Tags
The tags attached to the resource group.
public IDictionary<string, string> Tags { get; }