Interface ServerBlobAuditingPolicy.DefinitionStages.WithIsStorageSecondaryKeyInUse

All Known Subinterfaces:
ServerBlobAuditingPolicy.Definition, ServerBlobAuditingPolicy.DefinitionStages.WithCreate
Enclosing interface:
ServerBlobAuditingPolicy.DefinitionStages

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

    • withIsStorageSecondaryKeyInUse

      ServerBlobAuditingPolicy.DefinitionStages.WithCreate 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.