Interface DiagnosticSetting.UpdateStages.WithStorageAccount
-
- All Known Subinterfaces:
DiagnosticSetting.Update
- Enclosing interface:
- DiagnosticSetting.UpdateStages
public static interface DiagnosticSetting.UpdateStages.WithStorageAccountThe stage of a Diagnostic Settings update allowing to modify Storage Account settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiagnosticSetting.UpdatewithoutStorageAccount()Removes the Storage Account from the Diagnostic Settings.DiagnosticSetting.UpdatewithStorageAccount(String storageAccountId)Sets Storage Account for data transfer.
-
-
-
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.
-
-