Class AppServiceLogsGetArgs
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.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AppServiceLogsGetArgs : ResourceArgs
Constructors
View SourceAppServiceLogsGetArgs()
Declaration
public AppServiceLogsGetArgs()
Properties
View SourceApplicationLogs
An application_logs block as defined below.
Declaration
public Input<AppServiceLogsApplicationLogsGetArgs> ApplicationLogs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AppServiceLogsApplicationLogsGetArgs> |
HttpLogs
An http_logs block as defined below.
Declaration
public Input<AppServiceLogsHttpLogsGetArgs> HttpLogs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AppServiceLogsHttpLogsGetArgs> |