共用方式為


CapacityReservationGroupsOperations 類別

警告

請勿直接具現化此類別。

您應該改為透過 存取下列作業

ComputeManagementClient's

<xref:capacity_reservation_groups> 屬性。

繼承
builtins.object
CapacityReservationGroupsOperations

建構函式

CapacityReservationGroupsOperations(*args, **kwargs)

方法

create_or_update

建立或更新容量保留群組的作業。 更新容量保留群組時,只能修改標記。 如需詳細資訊, https://aka.ms/CapacityReservation 請參閱 。

delete

刪除容量保留群組的作業。 只有在所有相關聯的資源都與保留群組解除關聯,且保留群組下的所有容量保留也一併刪除時,才允許此作業。 如需詳細資訊, https://aka.ms/CapacityReservation 請參閱 。

get

擷取容量保留群組相關資訊的作業。

list_by_resource_group

列出指定資源群組中的所有容量保留群組。 使用回應中的 nextLink 屬性來取得容量保留群組的下一頁。

list_by_subscription

列出訂用帳戶中的所有容量保留群組。 使用回應中的 nextLink 屬性來取得容量保留群組的下一頁。

update

更新容量保留群組的作業。 更新容量保留群組時,只能修改標記。

create_or_update

建立或更新容量保留群組的作業。 更新容量保留群組時,只能修改標記。 如需詳細資訊, https://aka.ms/CapacityReservation 請參閱 。

create_or_update(resource_group_name: str, capacity_reservation_group_name: str, parameters: _models.CapacityReservationGroup, *, content_type: str = 'application/json', **kwargs: Any) -> _models.CapacityReservationGroup

參數

resource_group_name
str
必要

資源群組的名稱。 必要。

capacity_reservation_group_name
str
必要

容量保留群組的名稱。 必要。

parameters
CapacityReservationGroupIO
必要

提供給建立容量保留群組的參數。 這是 CapacityReservationGroup 類型或 IO 類型。 必要。

content_type
str

本文參數內容類型。 已知值為:'application/json'。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

CapacityReservationGroup 或 cls 的結果 (回應)

傳回類型

例外狀況

delete

刪除容量保留群組的作業。 只有在所有相關聯的資源都與保留群組解除關聯,且保留群組下的所有容量保留也一併刪除時,才允許此作業。 如需詳細資訊, https://aka.ms/CapacityReservation 請參閱 。

delete(resource_group_name: str, capacity_reservation_group_name: str, **kwargs: Any) -> None

參數

resource_group_name
str
必要

資源群組的名稱。 必要。

capacity_reservation_group_name
str
必要

容量保留群組的名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

無或 cls (回應的結果)

傳回類型

例外狀況

get

擷取容量保留群組相關資訊的作業。

get(resource_group_name: str, capacity_reservation_group_name: str, *, expand: str | CapacityReservationGroupInstanceViewTypes | None = None, **kwargs: Any) -> CapacityReservationGroup

參數

resource_group_name
str
必要

資源群組的名稱。 必要。

capacity_reservation_group_name
str
必要

容量保留群組的名稱。 必要。

expand
strCapacityReservationGroupInstanceViewTypes

要套用至作業的展開運算式。 'InstanceView' 會擷取容量保留群組下容量保留的實例檢視清單,這是平臺所管理之容量保留的執行時間屬性快照集,而且可以在控制平面作業之外變更。 「instanceView」 預設值為 None。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

CapacityReservationGroup 或 cls 的結果 (回應)

傳回類型

例外狀況

list_by_resource_group

列出指定資源群組中的所有容量保留群組。 使用回應中的 nextLink 屬性來取得容量保留群組的下一頁。

list_by_resource_group(resource_group_name: str, *, expand: str | ExpandTypesForGetCapacityReservationGroups | None = None, **kwargs: Any) -> Iterable[CapacityReservationGroup]

參數

resource_group_name
str
必要

資源群組的名稱。 必要。

expand
strExpandTypesForGetCapacityReservationGroups

要套用至作業的展開運算式。 根據展開參數 (指定的) ,我們會傳回虛擬機器或 ScaleSet VM 實例,或回應中與容量保留群組相關聯的兩個資源識別碼。 已知值為:「virtualMachineScaleSetVMs/$ref」 和 「virtualMachines/$ref」。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

例如 CapacityReservationGroup 實例或 cls (回應結果的反覆運算器)

傳回類型

例外狀況

list_by_subscription

列出訂用帳戶中的所有容量保留群組。 使用回應中的 nextLink 屬性來取得容量保留群組的下一頁。

list_by_subscription(*, expand: str | ExpandTypesForGetCapacityReservationGroups | None = None, **kwargs: Any) -> Iterable[CapacityReservationGroup]

參數

expand
strExpandTypesForGetCapacityReservationGroups

要套用至作業的展開運算式。 根據展開參數 (指定的) ,我們會傳回虛擬機器或 ScaleSet VM 實例,或回應中與容量保留群組相關聯的兩個資源識別碼。 已知值為:「virtualMachineScaleSetVMs/$ref」 和 「virtualMachines/$ref」。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

例如 CapacityReservationGroup 實例或 cls (回應結果的反覆運算器)

傳回類型

例外狀況

update

更新容量保留群組的作業。 更新容量保留群組時,只能修改標記。

update(resource_group_name: str, capacity_reservation_group_name: str, parameters: _models.CapacityReservationGroupUpdate, *, content_type: str = 'application/json', **kwargs: Any) -> _models.CapacityReservationGroup

參數

resource_group_name
str
必要

資源群組的名稱。 必要。

capacity_reservation_group_name
str
必要

容量保留群組的名稱。 必要。

parameters
CapacityReservationGroupUpdateIO
必要

提供給更新容量保留群組作業的參數。 這是 CapacityReservationGroupUpdate 類型或 IO 類型。 必要。

content_type
str

本文參數內容類型。 已知值為:'application/json'。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

CapacityReservationGroup 或 cls 的結果 (回應)

傳回類型

例外狀況

屬性

models

models = <module 'azure.mgmt.compute.v2022_03_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2022_03_01\\models\\__init__.py'>