Uses of Class
com.azure.resourcemanager.appservice.models.LogSpecification
Packages that use LogSpecification
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of LogSpecification in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return LogSpecificationModifier and TypeMethodDescriptionstatic LogSpecification
LogSpecification.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LogSpecification from the JsonReader.LogSpecification.withBlobDuration
(String blobDuration) Set the blobDuration property: The blobDuration property.LogSpecification.withDisplayName
(String displayName) Set the displayName property: The displayName property.LogSpecification.withLogFilterPattern
(String logFilterPattern) Set the logFilterPattern property: The logFilterPattern property.Set the name property: The name property.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type LogSpecificationModifier and TypeMethodDescriptionServiceSpecification.logSpecifications()
Get the logSpecifications property: The logSpecifications property.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type LogSpecificationModifier and TypeMethodDescriptionServiceSpecification.withLogSpecifications
(List<LogSpecification> logSpecifications) Set the logSpecifications property: The logSpecifications property.