Show / Hide Table of Contents

Class GetResourceGroupArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetResourceGroupArgs
Inherited Members
InvokeArgs.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 GetResourceGroupArgs : InvokeArgs

Constructors

View Source

GetResourceGroupArgs()

Declaration
public GetResourceGroupArgs()

Properties

View Source

Name

The Name of this Resource Group.

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