150 строки
13 KiB
YAML
150 строки
13 KiB
YAML
### 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:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **ApplicationLogsConfig**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.ApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.ApplicationLogsConfig&text=ApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />>"
|
|
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 Application<wbr>Logs<wbr>Config 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 azure<wbr>Blob<wbr>Storage 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: "<xref href=\"com.azure.resourcemanager.appservice.models.AzureBlobStorageApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.AzureBlobStorageApplicationLogsConfig&text=AzureBlobStorageApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.azureTableStorage()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.azureTableStorage()"
|
|
name: "azureTableStorage()"
|
|
nameWithType: "ApplicationLogsConfig.azureTableStorage()"
|
|
summary: "Get the azure<wbr>Table<wbr>Storage 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: "<xref href=\"com.azure.resourcemanager.appservice.models.AzureTableStorageApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.AzureTableStorageApplicationLogsConfig&text=AzureTableStorageApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.fileSystem()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.ApplicationLogsConfig.fileSystem()"
|
|
name: "fileSystem()"
|
|
nameWithType: "ApplicationLogsConfig.fileSystem()"
|
|
summary: "Get the file<wbr>System 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: "<xref href=\"com.azure.resourcemanager.appservice.models.FileSystemApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.FileSystemApplicationLogsConfig&text=FileSystemApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 Application<wbr>Logs<wbr>Config from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static ApplicationLogsConfig fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the ApplicationLogsConfig."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
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: "<xref href=\"com.azure.resourcemanager.appservice.models.ApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.ApplicationLogsConfig&text=ApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 azure<wbr>Blob<wbr>Storage property: Application logs to blob storage configuration."
|
|
parameters:
|
|
- description: "the azureBlobStorage value to set."
|
|
name: "azureBlobStorage"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AzureBlobStorageApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.AzureBlobStorageApplicationLogsConfig&text=AzureBlobStorageApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationLogsConfig withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)"
|
|
desc: "Set the azureBlobStorage property: Application logs to blob storage configuration."
|
|
returns:
|
|
description: "the ApplicationLogsConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.ApplicationLogsConfig&text=ApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 azure<wbr>Table<wbr>Storage property: Application logs to azure table storage configuration."
|
|
parameters:
|
|
- description: "the azureTableStorage value to set."
|
|
name: "azureTableStorage"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AzureTableStorageApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.AzureTableStorageApplicationLogsConfig&text=AzureTableStorageApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.azure.resourcemanager.appservice.models.ApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.ApplicationLogsConfig&text=ApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 file<wbr>System property: Application logs to file system configuration."
|
|
parameters:
|
|
- description: "the fileSystem value to set."
|
|
name: "fileSystem"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FileSystemApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.FileSystemApplicationLogsConfig&text=FileSystemApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationLogsConfig withFileSystem(FileSystemApplicationLogsConfig fileSystem)"
|
|
desc: "Set the fileSystem property: Application logs to file system configuration."
|
|
returns:
|
|
description: "the ApplicationLogsConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.ApplicationLogsConfig&text=ApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Application logs configuration."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.ApplicationLogsConfig?alt=com.azure.resourcemanager.appservice.models.ApplicationLogsConfig&text=ApplicationLogsConfig\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0
|