Uses of Class
com.azure.resourcemanager.appplatform.models.LogSpecification
-
Packages that use LogSpecification Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of LogSpecification in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return LogSpecification Modifier and Type Method Description LogSpecificationLogSpecification. withBlobDuration(String blobDuration)Set the blobDuration property: Blob duration of the log.LogSpecificationLogSpecification. withDisplayName(String displayName)Set the displayName property: Localized friendly display name of the log.LogSpecificationLogSpecification. withName(String name)Set the name property: Name of the log.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type LogSpecification Modifier and Type Method Description List<LogSpecification>ServiceSpecification. logSpecifications()Get the logSpecifications property: Specifications of the Log for Azure Monitoring.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type LogSpecification Modifier and Type Method Description ServiceSpecificationServiceSpecification. withLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications property: Specifications of the Log for Azure Monitoring.
-