Show / Hide Table of Contents

Class DiagnosticState

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

Constructors

View Source

DiagnosticState()

Declaration
public DiagnosticState()

Properties

View Source

ApiManagementLoggerId

The id of the target API Management Logger where the API Management Diagnostic should be saved.

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

ApiManagementName

The Name of the API Management Service where this Diagnostic should be created. Changing this forces a new resource to be created.

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

Enabled

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Identifier

The diagnostic identifier for the API Management Service. At this time the only supported value is applicationinsights. Changing this forces a new resource to be created.

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

ResourceGroupName

The Name of the Resource Group where the API Management Service exists. 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
Back to top Copyright 2016-2020, Pulumi Corporation.