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 SourceLogType
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 |
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> |
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 |
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 |