Show / Hide Table of Contents

Class AppServiceLogsHttpLogsGetArgs

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

Constructors

View Source

AppServiceLogsHttpLogsGetArgs()

Declaration
public AppServiceLogsHttpLogsGetArgs()

Properties

View Source

AzureBlobStorage

An azure_blob_storage block as defined below.

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

FileSystem

A file_system block as defined below.

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