How to use the azure-mgmt-sqlvirtualmachine.azure.mgmt.sqlvirtualmachine.models.sql_storage_update_settings.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.py View on Github external
def __init__(self, **kwargs):
        super(SqlStorageUpdateSettings, self).__init__(**kwargs)
        self.disk_count = kwargs.get('disk_count', None)
        self.disk_configuration_type = kwargs.get('disk_configuration_type', None)
        self.starting_device_id = kwargs.get('starting_device_id', None)