共用方式為


ListKeysResult interface

列出 API 金鑰和連接字串的結果。

屬性

apiKeyEnabled

啟用 Quantum 工作區 API 金鑰的指標。

primaryConnectionString

主要 API 金鑰的連接字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。

primaryKey

量子工作區主要 API 金鑰。

secondaryConnectionString

次要 API 金鑰的連接字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。

secondaryKey

量子工作區次要 API 金鑰。

屬性詳細資料

apiKeyEnabled

啟用 Quantum 工作區 API 金鑰的指標。

apiKeyEnabled?: boolean

屬性值

boolean

primaryConnectionString

主要 API 金鑰的連接字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。

primaryConnectionString?: string

屬性值

string

primaryKey

量子工作區主要 API 金鑰。

primaryKey?: ApiKey

屬性值

secondaryConnectionString

次要 API 金鑰的連接字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。

secondaryConnectionString?: string

屬性值

string

secondaryKey

量子工作區次要 API 金鑰。

secondaryKey?: ApiKey

屬性值