@Beta(value=V1_15_0)
public static interface SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate |
withStorageEndpoint(String storageEndpointUri,
String storageAccessKey)
Specifies the storage account blob endpoint and access key.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithCreate withStorageEndpoint(String storageEndpointUri, String storageAccessKey)
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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/