DiskPoolCreate Class
Request payload for create or update Disk Pool request.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
DiskPoolCreate
Constructor
DiskPoolCreate(*, sku: azure.mgmt.storagepool.models._models_py3.Sku, location: str, subnet_id: str, tags: Optional[Dict[str, str]] = None, managed_by: Optional[str] = None, managed_by_extended: Optional[List[str]] = None, availability_zones: Optional[List[str]] = None, disks: Optional[List[azure.mgmt.storagepool.models._models_py3.Disk]] = None, additional_capabilities: Optional[List[str]] = None, **kwargs)
Parameters
- sku
- <xref:storage_pool_management.models.Sku>
Required. Determines the SKU of the Disk Pool.
- managed_by
- str
Azure resource id. Indicates if this resource is managed by another Azure resource.
- disks
- list[<xref:storage_pool_management.models.Disk>]
List of Azure Managed Disks to attach to a Disk Pool.
Variables
- id
- str
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
Feedback
Submit and view feedback for