Show / Hide Table of Contents

Class SlotLogsApplicationLogsAzureBlobStorageArgs

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

Constructors

View Source

SlotLogsApplicationLogsAzureBlobStorageArgs()

Declaration
public SlotLogsApplicationLogsAzureBlobStorageArgs()

Properties

View Source

Level

The level at which to log. Possible values include Error, Warning, Information, Verbose and Off. NOTE: this field is not available for http_logs

Declaration
public Input<string> Level { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RetentionInDays

The number of days to retain logs for.

Declaration
public Input<int> RetentionInDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SasUrl

The URL to the storage container, with a Service SAS token appended. NOTE: there is currently no means of generating Service SAS tokens with the azurerm provider.

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