DiagnosticSetting Interface
Implements
public interface DiagnosticSetting
extends Indexable, HasId, HasName, HasManager<MonitorManager>, HasInnerModel<DiagnosticSettingsResourceInner>, Refreshable<DiagnosticSetting>, Updatable<Update>
An immutable client-side representation of an Azure diagnostic settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
eventHubAuthorizationRuleId()
Get the event |
abstract String |
eventHubName()
Get the event |
abstract
List<Log |
logs()
Get the logs value. |
abstract
List<Metric |
metrics()
Get the metrics value. |
abstract String |
resourceId()
Get the associated resource Id value. |
abstract String |
storageAccountId()
Get the storage |
abstract String |
workspaceId()
Get the workspace |
Method Details
eventHubAuthorizationRuleId
public abstract String eventHubAuthorizationRuleId()
Get the eventHubAuthorizationRuleId value.
Returns:
eventHubName
public abstract String eventHubName()
Get the eventHubName value.
Returns:
logs
public abstract List
Get the logs value.
Returns:
metrics
public abstract List
Get the metrics value.
Returns:
resourceId
public abstract String resourceId()
Get the associated resource Id value.
Returns:
storageAccountId
public abstract String storageAccountId()
Get the storageAccountId value.
Returns:
workspaceId
public abstract String workspaceId()
Get the workspaceId value.
Returns:
Applies to
Azure SDK for Java