public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageEndpoint
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey |
withStorageEndpoint(String storageEndpoint)
Sets the security alert policy storage endpoint.
|
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey withStorageEndpoint(String storageEndpoint)
storageEndpoint - the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net); this blob storage
will hold all Threat Detection audit logs./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/