Show / Hide Table of Contents

Class GroupDiagnosticsGetArgs

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

Constructors

View Source

GroupDiagnosticsGetArgs()

Declaration
public GroupDiagnosticsGetArgs()

Properties

View Source

LogAnalytics

A log_analytics block as defined below. Changing this forces a new resource to be created.

Declaration
public Input<GroupDiagnosticsLogAnalyticsGetArgs> LogAnalytics { get; set; }
Property Value
Type Description
Input<GroupDiagnosticsLogAnalyticsGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.