Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.servicebus.fluent Package containing the service clients for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of OperationInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list()Lists all of the available ServiceBus REST API operations.com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list(com.azure.core.util.Context context)Lists all of the available ServiceBus REST API operations.com.azure.core.http.rest.PagedFlux<OperationInner>OperationsClient. listAsync()Lists all of the available ServiceBus REST API operations. -
Uses of OperationInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return OperationInner Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: The object that represents the operation. -
Uses of OperationInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>OperationListResult. value()Get the value property: List of ServiceBus operations supported by the Microsoft.ServiceBus resource provider.
-