Interface SqlServerSecurityAlertPolicy.UpdateStages.WithStorageAccount

All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
Enclosing interface:
SqlServerSecurityAlertPolicy.UpdateStages

public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithStorageAccount
The SQL Server Security Alert Policy update definition to specify the storage account blob endpoint and access key.
  • Method Details

    • withStorageEndpoint

      SqlServerSecurityAlertPolicy.Update withStorageEndpoint(String storageEndpointUri, String storageAccessKey)
      Specifies the storage account blob endpoint and access key.
      Parameters:
      storageEndpointUri - the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net); this blob storage will hold all Threat Detection audit logs
      storageAccessKey - the identifier key of the Threat Detection audit storage account
      Returns:
      The next stage of the definition.