SqlPoolBlobAuditingPolicy.DefinitionStages.WithState Interface

public static interface SqlPoolBlobAuditingPolicy.DefinitionStages.WithState

The stage of the SqlPoolBlobAuditingPolicy definition allowing to specify state.

Method Summary

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

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

Method Details

withState

public abstract SqlPoolBlobAuditingPolicy.DefinitionStages.WithCreate 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