Show / Hide Table of Contents

Class GroupDiagnosticsLogAnalytics

Inheritance
System.Object
GroupDiagnosticsLogAnalytics
Inherited Members
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.ContainerService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupDiagnosticsLogAnalytics

Fields

View Source

LogType

The log type which should be used. Possible values are ContainerInsights and ContainerInstanceLogs. Changing this forces a new resource to be created.

Declaration
public readonly string LogType
Field Value
Type Description
System.String
View Source

Metadata

Any metadata required for Log Analytics. Changing this forces a new resource to be created.

Declaration
public readonly ImmutableDictionary<string, string> Metadata
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

WorkspaceId

The Workspace ID of the Log Analytics Workspace. Changing this forces a new resource to be created.

Declaration
public readonly string WorkspaceId
Field Value
Type Description
System.String
View Source

WorkspaceKey

The Workspace Key of the Log Analytics Workspace. Changing this forces a new resource to be created.

Declaration
public readonly string WorkspaceKey
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.