Interface DiagnosticSetting.UpdateStages.WithStorageAccount

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

public static interface DiagnosticSetting.UpdateStages.WithStorageAccount
The stage of a Diagnostic Settings update allowing to modify Storage Account settings.
  • Method Details

    • withStorageAccount

      DiagnosticSetting.Update withStorageAccount(String storageAccountId)
      Sets Storage Account for data transfer.
      Parameters:
      storageAccountId - of storage account that should exist in the same region as resource.
      Returns:
      the next stage of the Diagnostic Settings update.
    • withoutStorageAccount

      DiagnosticSetting.Update withoutStorageAccount()
      Removes the Storage Account from the Diagnostic Settings.
      Returns:
      the next stage of the Diagnostic Settings update.