Interface SqlPoolSecurityAlertPolicy.UpdateStages.WithStorageAccountAccessKey
-
- All Known Subinterfaces:
SqlPoolSecurityAlertPolicy.Update
- Enclosing interface:
- SqlPoolSecurityAlertPolicy.UpdateStages
public static interface SqlPoolSecurityAlertPolicy.UpdateStages.WithStorageAccountAccessKey
The stage of the SqlPoolSecurityAlertPolicy update allowing to specify storageAccountAccessKey.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlPoolSecurityAlertPolicy.Update
withStorageAccountAccessKey(String storageAccountAccessKey)
Specifies the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account..
-
-
-
Method Detail
-
withStorageAccountAccessKey
SqlPoolSecurityAlertPolicy.Update withStorageAccountAccessKey(String storageAccountAccessKey)
Specifies the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account..- Parameters:
storageAccountAccessKey
- Specifies the identifier key of the Threat Detection audit storage account.- Returns:
- the next definition stage.
-
-