Show / Hide Table of Contents

Class ResourceGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
ResourceGroupState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Core
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ResourceGroupState : ResourceArgs

Constructors

View Source

ResourceGroupState()

Declaration
public ResourceGroupState()

Properties

View Source

Location

The Azure Region where the Resource Group should exist. Changing this forces a new Resource Group to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The Name which should be used for this Resource Group. Changing this forces a new Resource Group to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags which should be assigned to the Resource Group.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.