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 Summary
Modifier and TypeMethodDescriptionRemoves the Storage Account from the Diagnostic Settings.withStorageAccount(String storageAccountId) Sets Storage Account for data transfer.
-
Method Details
-
withStorageAccount
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.
-