Show / Hide Table of Contents

Class GroupDiagnosticsLogAnalyticsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupDiagnosticsLogAnalyticsArgs
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.ContainerService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupDiagnosticsLogAnalyticsArgs : ResourceArgs

Constructors

View Source

GroupDiagnosticsLogAnalyticsArgs()

Declaration
public GroupDiagnosticsLogAnalyticsArgs()

Properties

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 Input<string> LogType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Metadata

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

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

WorkspaceId

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

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

WorkspaceKey

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

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