@azure/arm-hybridkubernetes package
類別
ConnectedKubernetesClient |
介面
類型別名
AuthenticationMethod |
定義 AuthenticationMethod 的值。 服務支援的已知值權杖 |
ConnectedClusterCreateResponse |
包含建立作業的回應資料。 |
ConnectedClusterGetResponse |
包含取得作業的回應資料。 |
ConnectedClusterListByResourceGroupNextResponse |
包含 listByResourceGroupNext 作業的回應資料。 |
ConnectedClusterListByResourceGroupResponse |
包含 listByResourceGroup 作業的回應資料。 |
ConnectedClusterListBySubscriptionNextResponse |
包含 listBySubscriptionNext 作業的回應資料。 |
ConnectedClusterListBySubscriptionResponse |
包含 listBySubscription 作業的回應資料。 |
ConnectedClusterListClusterUserCredentialResponse |
包含 listClusterUserCredential 作業的回應資料。 |
ConnectedClusterUpdateResponse |
包含更新作業的回應資料。 |
ConnectivityStatus |
定義 ConnectivityStatus 的值。 服務支援的已知值Connecting |
CreatedByType |
定義 CreatedByType 的值。 服務支援的已知值使用者 |
LastModifiedByType |
定義 LastModifiedByType 的值。 服務支援的已知值使用者 |
OperationsGetNextResponse |
包含 getNext 作業的回應資料。 |
OperationsGetResponse |
包含取得作業的回應資料。 |
ProvisioningState |
定義 ProvisioningState 的值。 服務支援的已知值已成功 |
ResourceIdentityType |
定義 ResourceIdentityType 的值。 |
列舉
KnownAuthenticationMethod |
服務接受的 AuthenticationMethod 已知值。 |
KnownConnectivityStatus |
服務接受的 ConnectivityStatus 已知值。 |
KnownCreatedByType |
服務接受的 CreatedByType 已知值。 |
KnownLastModifiedByType |
服務接受的 LastModifiedByType 已知值。 |
KnownProvisioningState |
服務接受的 ProvisioningState 已知值。 |
函數
get |
給定可分頁作業的結果頁面,傳回一個接續權杖,可用來開始從該時間點開始分頁。 |
函式詳細資料
getContinuationToken(unknown)
給定可分頁作業的結果頁面,傳回一個接續權杖,可用來開始從該時間點開始分頁。
function getContinuationToken(page: unknown): string | undefined
參數
- page
-
unknown
在分頁作業上呼叫 .byPage () 的結果物件。
傳回
string | undefined
可傳遞至 byPage () 的接續權杖。