Compartilhar via


AzureTableStorageApplicationLogsConfig Class

Definition

Application logs to Azure table storage configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureTableStorageApplicationLogsConfigTypeConverter))]
public class AzureTableStorageApplicationLogsConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAzureTableStorageApplicationLogsConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AzureTableStorageApplicationLogsConfigTypeConverter))>]
type AzureTableStorageApplicationLogsConfig = class
    interface IAzureTableStorageApplicationLogsConfig
    interface IJsonSerializable
Public Class AzureTableStorageApplicationLogsConfig
Implements IAzureTableStorageApplicationLogsConfig
Inheritance
AzureTableStorageApplicationLogsConfig
Attributes
Implements

Constructors

Name Description
AzureTableStorageApplicationLogsConfig()

Creates an new AzureTableStorageApplicationLogsConfig instance.

Properties

Name Description
Level

Log level.

SasUrl

SAS URL to an Azure table with add/query/delete permissions.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureTableStorageApplicationLogsConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureTableStorageApplicationLogsConfig.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAzureTableStorageApplicationLogsConfig.

FromJsonString(String)

Creates a new instance of AzureTableStorageApplicationLogsConfig, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureTableStorageApplicationLogsConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to