ServerBlobAuditingPolicy.UpdateStages.WithStorageEndpoint Interface

public static interface ServerBlobAuditingPolicy.UpdateStages.WithStorageEndpoint

The stage of the ServerBlobAuditingPolicy update allowing to specify storageEndpoint.

Method Summary

Modifier and Type Method and Description
abstract Update withStorageEndpoint(String storageEndpoint)

Specifies the storageEndpoint property: Specifies the blob storage endpoint (e.g.

Method Details

withStorageEndpoint

public abstract ServerBlobAuditingPolicy.Update withStorageEndpoint(String storageEndpoint)

Specifies the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required..

Parameters:

storageEndpoint - Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required.

Returns:

the next definition stage.

Applies to