Interface SqlPoolBlobAuditingPolicy.DefinitionStages.WithStorageAccountAccessKey

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

public static interface SqlPoolBlobAuditingPolicy.DefinitionStages.WithStorageAccountAccessKey
The stage of the SqlPoolBlobAuditingPolicy definition allowing to specify storageAccountAccessKey.
  • Method Details

    • withStorageAccountAccessKey

      SqlPoolBlobAuditingPolicy.DefinitionStages.WithCreate withStorageAccountAccessKey(String storageAccountAccessKey)
      Specifies the storageAccountAccessKey property: Specifies the identifier key of the auditing storage account. If state is Enabled and storageEndpoint is specified, storageAccountAccessKey is required..
      Parameters:
      storageAccountAccessKey - Specifies the identifier key of the auditing storage account. If state is Enabled and storageEndpoint is specified, storageAccountAccessKey is required.
      Returns:
      the next definition stage.