models.azure_managed_disk_params module¶
- 
class models.azure_managed_disk_params.AzureManagedDiskParams(data_disks_sku_type=None, os_disk_sku_type=None)[source]¶
- Bases: - object- Implementation of the ‘AzureManagedDiskParams’ model. - Contains managed disk parameters needed to deploy to Azure using managed disk. - Attributes:
- data_disks_sku_type (int): SKU type for data disks. os_disk_sku_type (int): SKU type for OS disk. 
 - 
classmethod from_dictionary(dictionary)[source]¶
- Creates an instance of this model from a dictionary - Args:
- dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description. 
- Returns:
- object: An instance of this structure class.