public static interface DiagnosticSetting.UpdateStages.WithEventHub
| Modifier and Type | Method and Description |
|---|---|
DiagnosticSetting.Update |
withEventHub(String eventHubAuthorizationRuleId)
Sets EventHub Namespace Authorization Rule for data transfer.
|
DiagnosticSetting.Update |
withEventHub(String eventHubAuthorizationRuleId,
String eventHubName)
Sets EventHub Namespace Authorization Rule for data transfer.
|
DiagnosticSetting.Update |
withoutEventHub()
Removes the EventHub from the Diagnostic Settings.
|
DiagnosticSetting.Update withEventHub(String eventHubAuthorizationRuleId)
eventHubAuthorizationRuleId - of EventHub namespace authorization rule that should exist in the same
region as resource.DiagnosticSetting.Update withEventHub(String eventHubAuthorizationRuleId, String eventHubName)
eventHubAuthorizationRuleId - of EventHub namespace authorization rule that should exist in the same
region as resource.eventHubName - name of the EventHub. If none is specified, the default EventHub will be selected.DiagnosticSetting.Update withoutEventHub()
Copyright © 2020 Microsoft Corporation. All rights reserved.