共用方式為


QueueCreateIfNotExistsResponse interface

包含 createIfNotExists 作業的回應資料。

Extends

屬性

succeeded

指出是否已成功建立佇列。 當佇列不存在時變更,則為 false。

繼承的屬性

clientRequestId

如果在要求中傳送用戶端要求識別碼標頭,此標頭將會出現在具有相同值的回應中。

date

服務所產生的 UTC 日期/時間值,指出起始回應的時間

errorCode

錯誤碼

requestId

此標頭可唯一識別提出的要求,而且可用來進行要求的疑難排解。

version

指出用於執行要求的佇列服務版本。 對 2009-09-19 (含) 以上版本提出要求會傳回此標頭。

屬性詳細資料

succeeded

指出是否已成功建立佇列。 當佇列不存在時變更,則為 false。

succeeded: boolean

屬性值

boolean

繼承的屬性詳細資料

clientRequestId

如果在要求中傳送用戶端要求識別碼標頭,此標頭將會出現在具有相同值的回應中。

clientRequestId?: string

屬性值

string

繼承自 QueueCreateResponse.clientRequestId

date

服務所產生的 UTC 日期/時間值,指出起始回應的時間

date?: Date

屬性值

Date

繼承自 QueueCreateResponse.date

errorCode

錯誤碼

errorCode?: string

屬性值

string

繼承自 QueueCreateResponse.errorCode

requestId

此標頭可唯一識別提出的要求,而且可用來進行要求的疑難排解。

requestId?: string

屬性值

string

繼承自 QueueCreateResponse.requestId

version

指出用於執行要求的佇列服務版本。 對 2009-09-19 (含) 以上版本提出要求會傳回此標頭。

version?: string

屬性值

string

繼承自 QueueCreateResponse.version