Show / Hide Table of Contents

Class ConfigurationStoreSecondaryReadKeyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConfigurationStoreSecondaryReadKeyArgs
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.AppConfiguration.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConfigurationStoreSecondaryReadKeyArgs : ResourceArgs

Constructors

View Source

ConfigurationStoreSecondaryReadKeyArgs()

Declaration
public ConfigurationStoreSecondaryReadKeyArgs()

Properties

View Source

ConnectionString

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>
View Source

Id

The ID of the Access Key.

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

Secret

The Secret of the Access Key.

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