Uses of Class
com.microsoft.azure.management.appservice.LogSpecification
-
-
Uses of LogSpecification in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return LogSpecification Modifier and Type Method Description LogSpecificationLogSpecification. withBlobDuration(String blobDuration)Set the blobDuration value.LogSpecificationLogSpecification. withDisplayName(String displayName)Set the displayName value.LogSpecificationLogSpecification. withName(String name)Set the name value.Methods in com.microsoft.azure.management.appservice that return types with arguments of type LogSpecification Modifier and Type Method Description List<LogSpecification>ServiceSpecification. logSpecifications()Get the logSpecifications value.Method parameters in com.microsoft.azure.management.appservice with type arguments of type LogSpecification Modifier and Type Method Description ServiceSpecificationServiceSpecification. withLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications value.
-