CloudServiceRoleListResult 類別
清單作業結果。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.compute._serialization.ModelCloudServiceRoleListResult
建構函式
CloudServiceRoleListResult(*, value: List[_models.CloudServiceRole], next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
- value
- list[CloudServiceRole]
資源清單。 必要。
- next_link
- str
要擷取下一頁資源的 URI。 使用此專案來取得下一頁的資源。 請執行此動作,直到 nextLink 為 Null,才能擷取所有資源。
變數
- value
- list[CloudServiceRole]
資源清單。 必要。
- next_link
- str
要擷取下一頁資源的 URI。 使用此專案來取得下一頁的資源。 請執行此動作,直到 nextLink 為 Null,才能擷取所有資源。