Interface DiagnosticSetting.UpdateStages.WithStorageAccount

    • Method Detail

      • 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.