How to use the azure-mgmt-sqlvirtualmachine.azure.mgmt.sqlvirtualmachine.models.sql_storage_update_settings_py3.SqlStorageUpdateSettings function in azure-mgmt-sqlvirtualmachine

To help you get started, we’ve selected a few azure-mgmt-sqlvirtualmachine examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-sqlvirtualmachine / azure / mgmt / sqlvirtualmachine / models / sql_storage_update_settings_py3.py View on Github external
def __init__(self, *, disk_count: int=None, disk_configuration_type=None, starting_device_id: int=None, **kwargs) -> None:
        super(SqlStorageUpdateSettings, self).__init__(**kwargs)
        self.disk_count = disk_count
        self.disk_configuration_type = disk_configuration_type
        self.starting_device_id = starting_device_id