Class LinkedServiceArgs
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.LogAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinkedServiceArgs : ResourceArgs
Constructors
View SourceLinkedServiceArgs()
Declaration
public LinkedServiceArgs()
Properties
View SourceLinkedServiceName
Name of the type of linkedServices resource to connect to the Log Analytics Workspace specified in workspace_name. Currently it defaults to and only supports automation as a value. Changing this forces a new resource to be created.
Declaration
public Input<string> LinkedServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the Log Analytics Linked Service is created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceId
The ID of the Resource that will be linked to the workspace. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
WorkspaceName
Name of the Log Analytics Workspace that will contain the linkedServices resource. Changing this forces a new resource to be created.
Declaration
public Input<string> WorkspaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |