Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.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 OperationInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>
OperationsClient. list()
Lists the available Azure Data Factory API operations.com.azure.core.http.rest.PagedIterable<OperationInner>
OperationsClient. list(com.azure.core.util.Context context)
Lists the available Azure Data Factory API operations. -
Uses of OperationInner in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return OperationInner Modifier and Type Method Description OperationInner
OperationInner. withDisplay(OperationDisplay display)
Set the display property: Metadata associated with the operation.OperationInner
OperationInner. withName(String name)
Set the name property: Operation name: {provider}/{resource}/{operation}.OperationInner
OperationInner. withOrigin(String origin)
Set the origin property: The intended executor of the operation.OperationInner
OperationInner. withServiceSpecification(OperationServiceSpecification serviceSpecification)
Set the serviceSpecification property: Details about a service operation. -
Uses of OperationInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return OperationInner Modifier and Type Method Description OperationInner
Operation. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.OperationInner object.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>
OperationListResponse. value()
Get the value property: List of Data Factory operations supported by the Data Factory resource provider.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type OperationInner Modifier and Type Method Description OperationListResponse
OperationListResponse. withValue(List<OperationInner> value)
Set the value property: List of Data Factory operations supported by the Data Factory resource provider.
-