Uses of Class
com.azure.resourcemanager.resources.fluent.models.OperationInner
Packages that use OperationInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of OperationInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type OperationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OperationInner> AuthorizationOperationsClient.list()Lists all of the available Microsoft.Authorization REST API operations.com.azure.core.http.rest.PagedIterable<OperationInner> AuthorizationOperationsClient.list(com.azure.core.util.Context context) Lists all of the available Microsoft.Authorization REST API operations.com.azure.core.http.rest.PagedIterable<OperationInner> OperationsClient.list()Lists all of the available Microsoft.Resources REST API operations.com.azure.core.http.rest.PagedIterable<OperationInner> OperationsClient.list(com.azure.core.util.Context context) Lists all of the available Microsoft.Resources REST API operations.com.azure.core.http.rest.PagedFlux<OperationInner> AuthorizationOperationsClient.listAsync()Lists all of the available Microsoft.Authorization REST API operations.com.azure.core.http.rest.PagedFlux<OperationInner> OperationsClient.listAsync()Lists all of the available Microsoft.Resources REST API operations.com.azure.core.http.rest.PagedIterable<OperationInner> FeatureClient.listOperations()Lists all of the available Microsoft.Features REST API operations.com.azure.core.http.rest.PagedIterable<OperationInner> FeatureClient.listOperations(com.azure.core.util.Context context) Lists all of the available Microsoft.Features REST API operations.com.azure.core.http.rest.PagedFlux<OperationInner> FeatureClient.listOperationsAsync()Lists all of the available Microsoft.Features REST API operations. -
Uses of OperationInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.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 represents the operation.Set the name property: Operation name: {provider}/{resource}/{operation}. -
Uses of OperationInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type OperationInnerModifier and TypeMethodDescriptionOperationListResult.value()Get the value property: List of Microsoft.Resources operations.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type OperationInnerModifier and TypeMethodDescriptionOperationListResult.withValue(List<OperationInner> value) Set the value property: List of Microsoft.Resources operations.