Uses of Class
com.azure.resourcemanager.kusto.models.OperationDisplay
-
Packages that use OperationDisplay Package Description com.azure.resourcemanager.kusto.fluent.models Package containing the inner data models for KustoManagementClient.com.azure.resourcemanager.kusto.models Package containing the data models for KustoManagementClient. -
-
Uses of OperationDisplay in com.azure.resourcemanager.kusto.fluent.models
Methods in com.azure.resourcemanager.kusto.fluent.models that return OperationDisplay Modifier and Type Method Description OperationDisplay
OperationInner. display()
Get the display property: The object that describes the operation.Methods in com.azure.resourcemanager.kusto.fluent.models with parameters of type OperationDisplay Modifier and Type Method Description OperationInner
OperationInner. withDisplay(OperationDisplay display)
Set the display property: The object that describes the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.kusto.models
Methods in com.azure.resourcemanager.kusto.models that return OperationDisplay Modifier and Type Method Description OperationDisplay
Operation. display()
Gets the display property: The object that describes the operation.OperationDisplay
OperationDisplay. withDescription(String description)
Set the description property: The friendly name of the operation.OperationDisplay
OperationDisplay. withOperation(String operation)
Set the operation property: The operation type.OperationDisplay
OperationDisplay. withProvider(String provider)
Set the provider property: Friendly name of the resource provider.OperationDisplay
OperationDisplay. withResource(String resource)
Set the resource property: The resource type on which the operation is performed.
-