public static interface DiagnosticSetting.UpdateStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
DiagnosticSetting.Update |
withoutStorageAccount()
Removes the Storage Account from the Diagnostic Settings.
|
DiagnosticSetting.Update |
withStorageAccount(String storageAccountId)
Sets Storage Account for data transfer.
|
DiagnosticSetting.Update withStorageAccount(String storageAccountId)
storageAccountId - of storage account that should exist in the same region as resource.DiagnosticSetting.Update withoutStorageAccount()
Copyright © 2020 Microsoft Corporation. All rights reserved.