Interface SqlPoolBlobAuditingPolicy.UpdateStages.WithStorageEndpoint

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

public static interface SqlPoolBlobAuditingPolicy.UpdateStages.WithStorageEndpoint
The stage of the SqlPoolBlobAuditingPolicy update allowing to specify storageEndpoint.
  • Method Details

    • withStorageEndpoint

      SqlPoolBlobAuditingPolicy.Update withStorageEndpoint(String storageEndpoint)
      Specifies the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint is required..
      Parameters:
      storageEndpoint - Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint is required.
      Returns:
      the next definition stage.