ServerBlobAuditingPolicy.UpdateStages.WithState Interface

public static interface ServerBlobAuditingPolicy.UpdateStages.WithState

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