Show / Hide Table of Contents

Class SlotLogsArgs

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

Constructors

View Source

SlotLogsArgs()

Declaration
public SlotLogsArgs()

Properties

View Source

ApplicationLogs

An application_logs block as defined below.

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

HttpLogs

An http_logs block as defined below.

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