ServerBlobAuditingPolicy.UpdateStages.WithIsStorageSecondaryKeyInUse Interface

public static interface ServerBlobAuditingPolicy.UpdateStages.WithIsStorageSecondaryKeyInUse

The stage of the ServerBlobAuditingPolicy update allowing to specify isStorageSecondaryKeyInUse.

Method Summary

Modifier and Type Method and Description
abstract Update withIsStorageSecondaryKeyInUse(Boolean isStorageSecondaryKeyInUse)

Specifies the isStorageSecondaryKeyInUse property: Specifies whether storageAccountAccessKey value is the storage's secondary key..

Method Details

withIsStorageSecondaryKeyInUse

public abstract ServerBlobAuditingPolicy.Update withIsStorageSecondaryKeyInUse(Boolean isStorageSecondaryKeyInUse)

Specifies the isStorageSecondaryKeyInUse property: Specifies whether storageAccountAccessKey value is the storage's secondary key..

Parameters:

isStorageSecondaryKeyInUse - Specifies whether storageAccountAccessKey value is the storage's secondary key.

Returns:

the next definition stage.

Applies to