Uses of Class
com.azure.resourcemanager.datafactory.models.OperationDisplay
-
Packages that use OperationDisplay 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 OperationDisplay in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return OperationDisplay Modifier and Type Method Description OperationDisplay
OperationInner. display()
Get the display property: Metadata associated with the operation.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type OperationDisplay Modifier and Type Method Description OperationInner
OperationInner. withDisplay(OperationDisplay display)
Set the display property: Metadata associated with the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return OperationDisplay Modifier and Type Method Description OperationDisplay
Operation. display()
Gets the display property: Metadata associated with the operation.OperationDisplay
OperationDisplay. withDescription(String description)
Set the description property: The description of the operation.OperationDisplay
OperationDisplay. withOperation(String operation)
Set the operation property: The type of operation: get, read, delete, etc.OperationDisplay
OperationDisplay. withProvider(String provider)
Set the provider property: The name of the provider.OperationDisplay
OperationDisplay. withResource(String resource)
Set the resource property: The name of the resource type on which the operation is performed.
-