Uses of Class
com.azure.resourcemanager.kusto.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.kusto.fluent Package containing the service clients for KustoManagementClient.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 OperationInner in com.azure.resourcemanager.kusto.fluent
Methods in com.azure.resourcemanager.kusto.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>
OperationsClient. list()
Lists available operations for the Microsoft.Kusto provider.com.azure.core.http.rest.PagedIterable<OperationInner>
OperationsClient. list(com.azure.core.util.Context context)
Lists available operations for the Microsoft.Kusto provider. -
Uses of OperationInner in com.azure.resourcemanager.kusto.fluent.models
Methods in com.azure.resourcemanager.kusto.fluent.models that return OperationInner Modifier and Type Method Description OperationInner
OperationInner. withDisplay(OperationDisplay display)
Set the display property: The object that describes the operation.OperationInner
OperationInner. withName(String name)
Set the name property: The operation name.OperationInner
OperationInner. withOrigin(String origin)
Set the origin property: The intended executor of the operation.OperationInner
OperationInner. withProperties(Object properties)
Set the properties property: Any object. -
Uses of OperationInner in com.azure.resourcemanager.kusto.models
Methods in com.azure.resourcemanager.kusto.models that return OperationInner Modifier and Type Method Description OperationInner
Operation. innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.OperationInner object.Methods in com.azure.resourcemanager.kusto.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>
OperationListResult. value()
Get the value property: The list of operations supported by the resource provider.Method parameters in com.azure.resourcemanager.kusto.models with type arguments of type OperationInner Modifier and Type Method Description OperationListResult
OperationListResult. withValue(List<OperationInner> value)
Set the value property: The list of operations supported by the resource provider.
-