Show / Hide Table of Contents

Class SlotLogsApplicationLogsArgs

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

Constructors

View Source

SlotLogsApplicationLogsArgs()

Declaration
public SlotLogsApplicationLogsArgs()

Properties

View Source

AzureBlobStorage

An azure_blob_storage block as defined below.

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