ExtendedServerBlobAuditingPolicy.DefinitionStages.WithState Interface

public static interface ExtendedServerBlobAuditingPolicy.DefinitionStages.WithState

The stage of the ExtendedServerBlobAuditingPolicy 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 ExtendedServerBlobAuditingPolicy.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