Show / Hide Table of Contents

Class AppServiceLogsArgs

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

Constructors

View Source

AppServiceLogsArgs()

Declaration
public AppServiceLogsArgs()

Properties

View Source

ApplicationLogs

An application_logs block as defined below.

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

HttpLogs

An http_logs block as defined below.

Declaration
public Input<AppServiceLogsHttpLogsArgs> HttpLogs { get; set; }
Property Value
Type Description
Input<AppServiceLogsHttpLogsArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.