@azure/arm-servicegroups package
介面
| CreateOrUpdateServiceGroupOptionalParams |
選擇性參數。 |
| DeleteServiceGroupOptionalParams |
選擇性參數。 |
| ErrorAdditionalInfo |
資源管理錯誤其他資訊。 |
| ErrorDetail |
錯誤詳細數據。 |
| ErrorResponse |
所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 |
| ParentServiceGroupProperties |
父 serviceGroup 的詳細資訊。 |
| ProxyResource |
Azure Resource Manager Proxy 資源的資源模型定義。 它不會有標記和位置 |
| Resource |
回應中針對所有 Azure Resource Manager 資源傳回的常見欄位 |
| RestorePollerOptions | |
| ServiceGroup |
服務集團的詳細資料。 |
| ServiceGroupCollectionResponse |
回應包含多個服務群組陣列,以及支援分頁的 nextLink。 |
| ServiceGroupProperties |
ServiceGroup 創建請求正文參數。 |
| ServiceGroupsGetOptionalParams |
選擇性參數。 |
| ServiceGroupsListAncestorsOptionalParams |
選擇性參數。 |
| ServiceGroupsManagementClientOptionalParams |
用戶端的選擇性參數。 |
| ServiceGroupsOperations |
介面代表 ServiceGroups 操作。 |
| SystemData |
與建立和上次修改資源相關的元數據。 |
| UpdateServiceGroupOptionalParams |
選擇性參數。 |
類型別名
| AzureSupportedClouds |
雲端設定為字串常值類型的支援值 |
| CreatedByType |
建立資源的實體種類。 服務支援的已知值
使用者:實體是由使用者建立的。 |
| ProvisioningState |
serviceGroup 的配置狀態。 例如,奔跑 服務支援的已知值
未開始:未開始 |
列舉
| AzureClouds |
一個用來描述 Azure Cloud 環境的 enum。 |
| KnownCreatedByType |
建立資源的實體種類。 |
| KnownProvisioningState |
serviceGroup 的配置狀態。 例如,奔跑 |
| KnownVersions |
可用的 API 版本。 |
函式
| restore |
從另一個輪詢程式的串行化狀態建立輪詢器。 當您想要在不同的主機上建立輪詢器,或在原始輪詢器不在範圍內之後建構投票器時,這非常有用。 |
函式詳細資料
restorePoller<TResponse, TResult>(ServiceGroupsManagementClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)
從另一個輪詢程式的串行化狀態建立輪詢器。 當您想要在不同的主機上建立輪詢器,或在原始輪詢器不在範圍內之後建構投票器時,這非常有用。
function restorePoller<TResponse, TResult>(client: ServiceGroupsManagementClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>
參數
- serializedState
-
string
- sourceOperation
-
(args: any[]) => PollerLike<OperationState<TResult>, TResult>
- options
-
RestorePollerOptions<TResult, PathUncheckedResponse>
傳回
PollerLike<OperationState<TResult>, TResult>