DiskPoolUpdate Class

Request payload for Update Disk Pool request.

Inheritance
DiskPoolUpdate

Constructor

DiskPoolUpdate(*, managed_by: Optional[str] = None, managed_by_extended: Optional[List[str]] = None, sku: Optional[azure.mgmt.storagepool.models._models_py3.Sku] = None, tags: Optional[Dict[str, str]] = None, disks: Optional[List[azure.mgmt.storagepool.models._models_py3.Disk]] = None, **kwargs)

Parameters

managed_by
str
Required

Azure resource id. Indicates if this resource is managed by another Azure resource.

managed_by_extended
list[str]
Required

List of Azure resource ids that manage this resource.

sku
<xref:storage_pool_management.models.Sku>
Required

Determines the SKU of the Disk Pool.

tags
dict[str, str]
Required

A set of tags. Resource tags.

disks
list[<xref:storage_pool_management.models.Disk>]
Required

List of Azure Managed Disks to attach to a Disk Pool.