Interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpoint
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate,SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.DefinitionStages
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpointThe SQL database threat detection policy definition to set the storage endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKeywithStorageEndpoint(String storageEndpoint)Sets the security alert policy storage endpoint.
-
-
-
Method Detail
-
withStorageEndpoint
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey withStorageEndpoint(String storageEndpoint)
Sets the security alert policy storage endpoint.- Parameters:
storageEndpoint- the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net); this blob storage will hold all Threat Detection audit logs.- Returns:
- the next stage of the definition
-
-