@azure/arm-healthbot package
類別
HealthbotClient |
介面
類型別名
BotsCreateResponse |
包含建立作業的回應資料。 |
BotsGetResponse |
包含取得作業的回應資料。 |
BotsListByResourceGroupNextResponse |
包含 listByResourceGroupNext 作業的回應資料。 |
BotsListByResourceGroupResponse |
包含 listByResourceGroup 作業的回應資料。 |
BotsListNextResponse |
包含 listNext 作業的回應資料。 |
BotsListResponse |
包含清單作業的回應資料。 |
BotsUpdateResponse |
包含更新作業的回應資料。 |
IdentityType |
定義 IdentityType 的值。 服務支援的已知值使用者 |
OperationsListNextResponse |
包含 listNext 作業的回應資料。 |
OperationsListResponse |
包含清單作業的回應資料。 |
ResourceIdentityType |
定義 ResourceIdentityType 的值。 |
SkuName |
定義 SkuName 的值。 |
列舉
KnownIdentityType |
服務接受的 IdentityType 已知值。 |
函數
get |
給定可分頁作業的結果頁面,傳回接續權杖,以便稍後從該點開始分頁。 |
函式詳細資料
getContinuationToken(unknown)
給定可分頁作業的結果頁面,傳回接續權杖,以便稍後從該點開始分頁。
function getContinuationToken(page: unknown): string | undefined
參數
- page
-
unknown
在分頁作業上呼叫 .byPage () 的結果物件。
傳回
string | undefined
可以傳遞至 byPage () 的接續權杖。