你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IApiKey.ConnectionString Property

Definition

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

Applies to