Interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicyOperations.SqlServerSecurityAlertPolicyOperationsDefinition
- Enclosing interface:
- SqlServerSecurityAlertPolicyOperations.DefinitionStages
public static interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccountThe SQL Server Security Alert Policy definition to specify the storage account blob endpoint and access key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreatewithStorageEndpoint(String storageEndpointUri, String storageAccessKey)Specifies the storage account blob endpoint and access key.
-
-
-
Method Detail
-
withStorageEndpoint
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate 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 logsstorageAccessKey- the identifier key of the Threat Detection audit storage account- Returns:
- The next stage of the definition.
-
-