Uses of Class
com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeError
-
Packages that use ManagedIntegrationRuntimeError Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ManagedIntegrationRuntimeError in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type ManagedIntegrationRuntimeError Modifier and Type Method Description List<ManagedIntegrationRuntimeError>
ManagedIntegrationRuntimeStatusTypeProperties. otherErrors()
Get the otherErrors property: The errors that occurred on this integration runtime. -
Uses of ManagedIntegrationRuntimeError in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return ManagedIntegrationRuntimeError Modifier and Type Method Description ManagedIntegrationRuntimeError
ManagedIntegrationRuntimeError. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Error definition for managed integration runtime.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type ManagedIntegrationRuntimeError Modifier and Type Method Description List<ManagedIntegrationRuntimeError>
ManagedIntegrationRuntimeNode. errors()
Get the errors property: The errors that occurred on this integration runtime node.List<ManagedIntegrationRuntimeError>
ManagedIntegrationRuntimeStatus. otherErrors()
Get the otherErrors property: The errors that occurred on this integration runtime.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type ManagedIntegrationRuntimeError Modifier and Type Method Description ManagedIntegrationRuntimeNode
ManagedIntegrationRuntimeNode. withErrors(List<ManagedIntegrationRuntimeError> errors)
Set the errors property: The errors that occurred on this integration runtime node.
-