Uses of Class
com.microsoft.azure.management.network.LogSpecification
-
Packages that use LogSpecification Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LogSpecification in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network 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.network that return types with arguments of type LogSpecification Modifier and Type Method Description List<LogSpecification>OperationPropertiesFormatServiceSpecification. logSpecifications()Get the logSpecifications value.Method parameters in com.microsoft.azure.management.network with type arguments of type LogSpecification Modifier and Type Method Description OperationPropertiesFormatServiceSpecificationOperationPropertiesFormatServiceSpecification. withLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications value.
-