VirtualMachineScaleSetManagedDiskParameters Class
Describes the parameters of a ScaleSet managed disk.
Constructor
VirtualMachineScaleSetManagedDiskParameters(*, storage_account_type: str | _models.StorageAccountTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
storage_account_type
|
Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. Possible values are: Standard_LRS or Premium_LRS. Known values are: "Standard_LRS" and "Premium_LRS". |
Variables
Name | Description |
---|---|
storage_account_type
|
Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. Possible values are: Standard_LRS or Premium_LRS. Known values are: "Standard_LRS" and "Premium_LRS". |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python