Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.OperationInner
Packages that use OperationInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of OperationInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type OperationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OperationInner> ApiManagementOperationsClient.list()Lists all of the available REST API operations of the Microsoft.ApiManagement provider.com.azure.core.http.rest.PagedIterable<OperationInner> ApiManagementOperationsClient.list(com.azure.core.util.Context context) Lists all of the available REST API operations of the Microsoft.ApiManagement provider. -
Uses of OperationInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return OperationInnerModifier and TypeMethodDescriptionstatic OperationInnerOperationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationInner from the JsonReader.OperationInner.withDisplay(OperationDisplay display) Set the display property: The object that describes the operation.Set the name property: Operation name: {provider}/{resource}/{operation}.OperationInner.withOrigin(String origin) Set the origin property: The operation origin.OperationInner.withProperties(Object properties) Set the properties property: The operation properties. -
Uses of OperationInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OperationInnerModifier and TypeMethodDescriptionOperation.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.OperationInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type OperationInnerModifier and TypeMethodDescriptionOperationListResult.value()Get the value property: List of operations supported by the resource provider.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type OperationInnerModifier and TypeMethodDescriptionOperationListResult.withValue(List<OperationInner> value) Set the value property: List of operations supported by the resource provider.