Class GetConfigurationStoreArgs
Inherited Members
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.AppConfiguration
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetConfigurationStoreArgs : InvokeArgs
Constructors
View SourceGetConfigurationStoreArgs()
Declaration
public GetConfigurationStoreArgs()
Properties
View SourceName
The Name of this App Configuration.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
The name of the Resource Group where the App Configuration exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |