How to use the azure-mgmt-sqlvirtualmachine.azure.mgmt.sqlvirtualmachine.models.sql_virtual_machine_group_py3.SqlVirtualMachineGroup 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_virtual_machine_group_py3.py View on Github external
def __init__(self, *, location: str, tags=None, sql_image_offer: str=None, sql_image_sku=None, wsfc_domain_profile=None, **kwargs) -> None:
        super(SqlVirtualMachineGroup, self).__init__(location=location, tags=tags, **kwargs)
        self.provisioning_state = None
        self.sql_image_offer = sql_image_offer
        self.sql_image_sku = sql_image_sku
        self.scale_type = None
        self.cluster_manager_type = None
        self.cluster_configuration = None
        self.wsfc_domain_profile = wsfc_domain_profile