Show / Hide Table of Contents

Class DiagnosticSettingState

Inheritance
System.Object
InputArgs
ResourceArgs
DiagnosticSettingState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Monitoring
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DiagnosticSettingState : ResourceArgs

Constructors

View Source

DiagnosticSettingState()

Declaration
public DiagnosticSettingState()

Properties

View Source

EventhubAuthorizationRuleId

Specifies the ID of an Event Hub Namespace Authorization Rule used to send Diagnostics Data. Changing this forces a new resource to be created.

Declaration
public Input<string> EventhubAuthorizationRuleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EventhubName

Specifies the name of the Event Hub where Diagnostics Data should be sent. Changing this forces a new resource to be created.

Declaration
public Input<string> EventhubName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LogAnalyticsDestinationType

When set to 'Dedicated' logs sent to a Log Analytics workspace will go into resource specific tables, instead of the legacy AzureDiagnostics table.

Declaration
public Input<string> LogAnalyticsDestinationType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LogAnalyticsWorkspaceId

Specifies the ID of a Log Analytics Workspace where Diagnostics Data should be sent. Changing this forces a new resource to be created.

Declaration
public Input<string> LogAnalyticsWorkspaceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Logs

One or more log blocks as defined below.

Declaration
public InputList<DiagnosticSettingLogGetArgs> Logs { get; set; }
Property Value
Type Description
InputList<DiagnosticSettingLogGetArgs>
View Source

Metrics

One or more metric blocks as defined below.

Declaration
public InputList<DiagnosticSettingMetricGetArgs> Metrics { get; set; }
Property Value
Type Description
InputList<DiagnosticSettingMetricGetArgs>
View Source

Name

Specifies the name of the Diagnostic Setting. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageAccountId

With this parameter you can specify a storage account which should be used to send the logs to. Parameter must be a valid Azure Resource ID. Changing this forces a new resource to be created.

Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetResourceId

The ID of an existing Resource on which to configure Diagnostic Settings. Changing this forces a new resource to be created.

Declaration
public Input<string> TargetResourceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.