Class SlotLogsHttpLogsGetArgs
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 SlotLogsHttpLogsGetArgs : ResourceArgs
Constructors
View SourceSlotLogsHttpLogsGetArgs()
Declaration
public SlotLogsHttpLogsGetArgs()
Properties
View SourceAzureBlobStorage
An azure_blob_storage block as defined below.
Declaration
public Input<SlotLogsHttpLogsAzureBlobStorageGetArgs> AzureBlobStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SlotLogsHttpLogsAzureBlobStorageGetArgs> |
FileSystem
A file_system block as defined below.
Declaration
public Input<SlotLogsHttpLogsFileSystemGetArgs> FileSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SlotLogsHttpLogsFileSystemGetArgs> |