Show / Hide Table of Contents

Class LinkedServiceArgs

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

Constructors

View Source

LinkedServiceArgs()

Declaration
public LinkedServiceArgs()

Properties

View Source

LinkedServiceName

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.