IApiKey.ConnectionString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A connection string that can be used by supporting clients for authentication.
[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="A connection string that can be used by supporting clients for authentication.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="connectionString")]
public string ConnectionString { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="A connection string that can be used by supporting clients for authentication.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="connectionString")>]
member this.ConnectionString : string
Public ReadOnly Property ConnectionString As String
Property Value
- Attributes