AzureTableStorageApplicationLogsConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application logs to Azure table storage configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AzureTableStorageApplicationLogsConfigTypeConverter))]
public class AzureTableStorageApplicationLogsConfig : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAzureTableStorageApplicationLogsConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AzureTableStorageApplicationLogsConfigTypeConverter))>]
type AzureTableStorageApplicationLogsConfig = class
interface IAzureTableStorageApplicationLogsConfig
interface IJsonSerializable
Public Class AzureTableStorageApplicationLogsConfig
Implements IAzureTableStorageApplicationLogsConfig
- Inheritance
-
AzureTableStorageApplicationLogsConfig
- Attributes
- Implements
Constructors
AzureTableStorageApplicationLogsConfig() |
Creates an new AzureTableStorageApplicationLogsConfig instance. |
Properties
Level |
Log level. |
SasUrl |
SAS URL to an Azure table with add/query/delete permissions. |
Methods
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.Websites.Models.Api20210201.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. |
ToString() |