Show / Hide Table of Contents

Class ConfigurationStorePrimaryWriteKey

Inheritance
System.Object
ConfigurationStorePrimaryWriteKey
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConfigurationStorePrimaryWriteKey

Fields

View Source

ConnectionString

The Connection String for this Access Key - comprising of the Endpoint, ID and Secret.

Declaration
public readonly string ConnectionString
Field Value
Type Description
System.String
View Source

Id

The ID of the Access Key.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Secret

The Secret of the Access Key.

Declaration
public readonly string Secret
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.