Uses of Class
com.azure.resourcemanager.network.models.LogSpecification
-
Packages that use LogSpecification Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LogSpecification in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return LogSpecification Modifier and Type Method Description LogSpecificationLogSpecification. withBlobDuration(String blobDuration)Set the blobDuration property: Duration of the blob.LogSpecificationLogSpecification. withDisplayName(String displayName)Set the displayName property: The display name of the specification.LogSpecificationLogSpecification. withName(String name)Set the name property: The name of the specification.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LogSpecification Modifier and Type Method Description List<LogSpecification>OperationPropertiesFormatServiceSpecification. logSpecifications()Get the logSpecifications property: Operation log specification.Method parameters in com.azure.resourcemanager.network.models with type arguments of type LogSpecification Modifier and Type Method Description OperationPropertiesFormatServiceSpecificationOperationPropertiesFormatServiceSpecification. withLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications property: Operation log specification.
-