Show / Hide Table of Contents

Class LoggerState

Inheritance
System.Object
InputArgs
ResourceArgs
LoggerState
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 LoggerState : ResourceArgs

Constructors

View Source

LoggerState()

Declaration
public LoggerState()

Properties

View Source

ApiManagementName

The name of the API Management Service. 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

ApplicationInsights

An application_insights block as documented below.

Declaration
public Input<LoggerApplicationInsightsGetArgs> ApplicationInsights { get; set; }
Property Value
Type Description
Input<LoggerApplicationInsightsGetArgs>
View Source

Buffered

Specifies whether records should be buffered in the Logger prior to publishing. Defaults to true.

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

Description

A description of this Logger.

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

Eventhub

An eventhub block as documented below.

Declaration
public Input<LoggerEventhubGetArgs> Eventhub { get; set; }
Property Value
Type Description
Input<LoggerEventhubGetArgs>
View Source

Name

The name of this Logger, which must be unique within the API Management Service. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the Resource Group in which 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.