Class SlotLogsApplicationLogsAzureBlobStorage
Inheritance
System.Object
SlotLogsApplicationLogsAzureBlobStorage
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SlotLogsApplicationLogsAzureBlobStorage
Fields
View SourceLevel
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 readonly string Level
Field Value
| Type | Description |
|---|---|
| System.String |
RetentionInDays
The number of days to retain logs for.
Declaration
public readonly int RetentionInDays
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 readonly string SasUrl
Field Value
| Type | Description |
|---|---|
| System.String |