Class LoggerState
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 LoggerState : ResourceArgs
Constructors
View SourceLoggerState()
Declaration
public LoggerState()
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<LoggerApplicationInsightsGetArgs> ApplicationInsights { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LoggerApplicationInsightsGetArgs> |
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<LoggerEventhubGetArgs> Eventhub { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LoggerEventhubGetArgs> |
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> |