### YamlMime:JavaType uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig" name: "ApplicationLogsConfig" nameWithType: "ApplicationLogsConfig" summary: "Application logs configuration." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **ApplicationLogsConfig**
implements <>" constructors: - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.ApplicationLogsConfig()" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.ApplicationLogsConfig()" name: "ApplicationLogsConfig()" nameWithType: "ApplicationLogsConfig.ApplicationLogsConfig()" summary: "Creates an instance of ApplicationLogsConfig class." syntax: "public ApplicationLogsConfig()" desc: "Creates an instance of ApplicationLogsConfig class." methods: - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.azureBlobStorage()" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.azureBlobStorage()" name: "azureBlobStorage()" nameWithType: "ApplicationLogsConfig.azureBlobStorage()" summary: "Get the azureBlobStorage property: Application logs to blob storage configuration." syntax: "public AzureBlobStorageApplicationLogsConfig azureBlobStorage()" desc: "Get the azureBlobStorage property: Application logs to blob storage configuration." returns: description: "the azureBlobStorage value." type: "" - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.azureTableStorage()" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.azureTableStorage()" name: "azureTableStorage()" nameWithType: "ApplicationLogsConfig.azureTableStorage()" summary: "Get the azureTableStorage property: Application logs to azure table storage configuration." syntax: "public AzureTableStorageApplicationLogsConfig azureTableStorage()" desc: "Get the azureTableStorage property: Application logs to azure table storage configuration." returns: description: "the azureTableStorage value." type: "" - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.fileSystem()" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.fileSystem()" name: "fileSystem()" nameWithType: "ApplicationLogsConfig.fileSystem()" summary: "Get the fileSystem property: Application logs to file system configuration." syntax: "public FileSystemApplicationLogsConfig fileSystem()" desc: "Get the fileSystem property: Application logs to file system configuration." returns: description: "the fileSystem value." type: "" - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "ApplicationLogsConfig.fromJson(JsonReader jsonReader)" summary: "Reads an instance of ApplicationLogsConfig from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static ApplicationLogsConfig fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the ApplicationLogsConfig." type: "IOException" desc: "Reads an instance of ApplicationLogsConfig from the JsonReader." returns: description: "An instance of ApplicationLogsConfig if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "ApplicationLogsConfig.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.validate()" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.validate()" name: "validate()" nameWithType: "ApplicationLogsConfig.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.withAzureBlobStorage(com.azure.resourcemanager.appservice.models.AzureBlobStorageApplicationLogsConfig)" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)" name: "withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)" nameWithType: "ApplicationLogsConfig.withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)" summary: "Set the azureBlobStorage property: Application logs to blob storage configuration." parameters: - description: "the azureBlobStorage value to set." name: "azureBlobStorage" type: "" syntax: "public ApplicationLogsConfig withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)" desc: "Set the azureBlobStorage property: Application logs to blob storage configuration." returns: description: "the ApplicationLogsConfig object itself." type: "" - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.withAzureTableStorage(com.azure.resourcemanager.appservice.models.AzureTableStorageApplicationLogsConfig)" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)" name: "withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)" nameWithType: "ApplicationLogsConfig.withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)" summary: "Set the azureTableStorage property: Application logs to azure table storage configuration." parameters: - description: "the azureTableStorage value to set." name: "azureTableStorage" type: "" syntax: "public ApplicationLogsConfig withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)" desc: "Set the azureTableStorage property: Application logs to azure table storage configuration." returns: description: "the ApplicationLogsConfig object itself." type: "" - uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.withFileSystem(com.azure.resourcemanager.appservice.models.FileSystemApplicationLogsConfig)" fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.withFileSystem(FileSystemApplicationLogsConfig fileSystem)" name: "withFileSystem(FileSystemApplicationLogsConfig fileSystem)" nameWithType: "ApplicationLogsConfig.withFileSystem(FileSystemApplicationLogsConfig fileSystem)" summary: "Set the fileSystem property: Application logs to file system configuration." parameters: - description: "the fileSystem value to set." name: "fileSystem" type: "" syntax: "public ApplicationLogsConfig withFileSystem(FileSystemApplicationLogsConfig fileSystem)" desc: "Set the fileSystem property: Application logs to file system configuration." returns: description: "the ApplicationLogsConfig object itself." type: "" type: "class" desc: "Application logs configuration." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.appservice.models" artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0