共用方式為


ApplicationInsightsComponentAPIKey interface

定義 Application Insights 元件 API 金鑰的屬性。

屬性

apiKey

API 金鑰值。 只有在建立 API 金鑰時,才會傳回一次。 注意:此屬性不會序列化。 它只能由伺服器填入。

createdDate

此 API 金鑰的建立日期。

id

Application Insights 元件內 API 金鑰的唯一識別碼。 它會在建立 API 金鑰時自動產生。 注意:此屬性不會序列化。 它只能由伺服器填入。

linkedReadProperties

此 API 金鑰的讀取存取許可權。

linkedWriteProperties

此 API 金鑰的寫入存取權限。

name

API 金鑰的名稱。

屬性詳細資料

apiKey

API 金鑰值。 只有在建立 API 金鑰時,才會傳回一次。 注意:此屬性不會序列化。 它只能由伺服器填入。

apiKey?: string

屬性值

string

createdDate

此 API 金鑰的建立日期。

createdDate?: string

屬性值

string

id

Application Insights 元件內 API 金鑰的唯一識別碼。 它會在建立 API 金鑰時自動產生。 注意:此屬性不會序列化。 它只能由伺服器填入。

id?: string

屬性值

string

linkedReadProperties

此 API 金鑰的讀取存取許可權。

linkedReadProperties?: string[]

屬性值

string[]

linkedWriteProperties

此 API 金鑰的寫入存取權限。

linkedWriteProperties?: string[]

屬性值

string[]

name

API 金鑰的名稱。

name?: string

屬性值

string