Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiagnosticSettingsResource

Package version

The diagnostic setting resource.

Hierarchy

Index

Properties

Optional eventHubAuthorizationRuleId

eventHubAuthorizationRuleId: undefined | string

The resource Id for the event hub authorization rule.

Optional eventHubName

eventHubName: undefined | string

The name of the event hub. If none is specified, the default event hub will be selected.

Optional id

id: undefined | string

Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional logs

logs: LogSettings[]

the list of logs settings.

Optional metrics

metrics: MetricSettings[]

the list of metric settings.

Optional name

name: undefined | string

Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional serviceBusRuleId

serviceBusRuleId: undefined | string

The service bus rule Id of the diagnostic setting. This is here to maintain backwards compatibility.

Optional storageAccountId

storageAccountId: undefined | string

The resource ID of the storage account to which you would like to send Diagnostic Logs.

Optional type

type: undefined | string

Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.

Optional workspaceId

workspaceId: undefined | string

The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Diagnostic Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2

Generated using TypeDoc