Class ConfigurationStorePrimaryReadKeyGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConfigurationStorePrimaryReadKeyGetArgs : ResourceArgs
Constructors
View SourceConfigurationStorePrimaryReadKeyGetArgs()
Declaration
public ConfigurationStorePrimaryReadKeyGetArgs()
Properties
View SourceConnectionString
The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.
Declaration
public Input<string> ConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
The ID of the Access Key.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Secret
The Secret of the Access Key.
Declaration
public Input<string> Secret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |