Interface ServerBlobAuditingPolicy.UpdateStages.WithIsStorageSecondaryKeyInUse

All Known Subinterfaces:
ServerBlobAuditingPolicy.Update
Enclosing interface:
ServerBlobAuditingPolicy.UpdateStages

public static interface ServerBlobAuditingPolicy.UpdateStages.WithIsStorageSecondaryKeyInUse
The stage of the ServerBlobAuditingPolicy update allowing to specify isStorageSecondaryKeyInUse.
  • Method Details

    • withIsStorageSecondaryKeyInUse

      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.