Class LoggerArgs
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.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LoggerArgs : ResourceArgs
Constructors
View SourceLoggerArgs()
Declaration
public LoggerArgs()
Properties
View SourceApiManagementName
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> |
ApplicationInsights
An application_insights block as documented below.
Declaration
public Input<LoggerApplicationInsightsArgs> ApplicationInsights { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LoggerApplicationInsightsArgs> |
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> |
Description
A description of this Logger.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Eventhub
An eventhub block as documented below.
Declaration
public Input<LoggerEventhubArgs> Eventhub { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LoggerEventhubArgs> |
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> |
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> |