Class LinkedServiceState
Inherited Members
Namespace: Pulumi.Azure.LogAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinkedServiceState : ResourceArgs
Constructors
View SourceLinkedServiceState()
Declaration
public LinkedServiceState()
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> |
Name
The automatically generated name of the Linked Service. This cannot be specified. The format is always <workspace_name>/<linked_service_name> e.g. workspace1/Automation
Declaration
public Input<string> Name { 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> |