Class GroupDiagnosticsLogAnalyticsArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupDiagnosticsLogAnalyticsArgs : ResourceArgs
Constructors
View SourceGroupDiagnosticsLogAnalyticsArgs()
Declaration
public GroupDiagnosticsLogAnalyticsArgs()
Properties
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 Input<string> LogType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |