Class KubernetesClusterAddonProfileOmsAgentArgs
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 KubernetesClusterAddonProfileOmsAgentArgs : ResourceArgs
Constructors
View SourceKubernetesClusterAddonProfileOmsAgentArgs()
Declaration
public KubernetesClusterAddonProfileOmsAgentArgs()
Properties
View SourceEnabled
Is the OMS Agent Enabled?
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
LogAnalyticsWorkspaceId
The ID of the Log Analytics Workspace which the OMS Agent should send data to. Must be present if enabled is true.
Declaration
public Input<string> LogAnalyticsWorkspaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OmsAgentIdentities
An oms_agent_identity block as defined below.
Declaration
public InputList<KubernetesClusterAddonProfileOmsAgentOmsAgentIdentityArgs> OmsAgentIdentities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<KubernetesClusterAddonProfileOmsAgentOmsAgentIdentityArgs> |