Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
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