Uses of Class
com.azure.resourcemanager.datafactory.models.OperationLogSpecification
-
Packages that use OperationLogSpecification Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of OperationLogSpecification in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return OperationLogSpecification Modifier and Type Method Description OperationLogSpecification
OperationLogSpecification. withBlobDuration(String blobDuration)
Set the blobDuration property: Blobs created in the customer storage account, per hour.OperationLogSpecification
OperationLogSpecification. withDisplayName(String displayName)
Set the displayName property: Localized display name.OperationLogSpecification
OperationLogSpecification. withName(String name)
Set the name property: The name of the log category.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type OperationLogSpecification Modifier and Type Method Description List<OperationLogSpecification>
OperationServiceSpecification. logSpecifications()
Get the logSpecifications property: Details about operations related to logs.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type OperationLogSpecification Modifier and Type Method Description OperationServiceSpecification
OperationServiceSpecification. withLogSpecifications(List<OperationLogSpecification> logSpecifications)
Set the logSpecifications property: Details about operations related to logs.
-