SqlPoolBlobAuditingPolicy.UpdateStages.WithState Interface

public static interface SqlPoolBlobAuditingPolicy.UpdateStages.WithState

The stage of the SqlPoolBlobAuditingPolicy update allowing to specify state.

Method Summary

Modifier and Type Method and Description
abstract Update withState(BlobAuditingPolicyState state)

Specifies the state property: Specifies the state of the policy.

Method Details

withState

public abstract SqlPoolBlobAuditingPolicy.Update withState(BlobAuditingPolicyState state)

Specifies the state property: Specifies the state of the policy. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required..

Parameters:

state - Specifies the state of the policy. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required.

Returns:

the next definition stage.

Applies to