@Beta(value=V1_8_0) public interface DiagnosticSetting extends Indexable, HasId, HasName, HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, HasInner<com.microsoft.azure.management.monitor.implementation.DiagnosticSettingsResourceInner>, Refreshable<DiagnosticSetting>, Updatable<DiagnosticSetting.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
DiagnosticSetting.Definition
The entirety of a diagnostic settings definition.
|
static interface |
DiagnosticSetting.DefinitionStages
Grouping of diagnostic settings definition stages.
|
static interface |
DiagnosticSetting.Update
The template for an update operation, containing all the settings that can be modified.
|
static interface |
DiagnosticSetting.UpdateStages
Grouping of diagnostic setting update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
eventHubAuthorizationRuleId()
Get the eventHubAuthorizationRuleId value.
|
String |
eventHubName()
Get the eventHubName value.
|
List<LogSettings> |
logs()
Get the logs value.
|
List<MetricSettings> |
metrics()
Get the metrics value.
|
String |
resourceId()
Get the associated resource Id value.
|
String |
storageAccountId()
Get the storageAccountId value.
|
String |
workspaceId()
Get the workspaceId value.
|
key
id
name
manager
inner
refresh, refreshAsync
String resourceId()
String storageAccountId()
String eventHubAuthorizationRuleId()
String eventHubName()
List<MetricSettings> metrics()
List<LogSettings> logs()
String workspaceId()
Copyright © 2019. All rights reserved.