Uses of Class
com.azure.resourcemanager.monitor.fluent.models.OperationListResultInner
-
Packages that use OperationListResultInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient. -
-
Uses of OperationListResultInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return OperationListResultInner Modifier and Type Method Description OperationListResultInnerOperationsClient. list()Lists all of the available operations from Microsoft.Insights provider.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type OperationListResultInner Modifier and Type Method Description Mono<OperationListResultInner>OperationsClient. listAsync()Lists all of the available operations from Microsoft.Insights provider.com.azure.core.http.rest.Response<OperationListResultInner>OperationsClient. listWithResponse(com.azure.core.util.Context context)Lists all of the available operations from Microsoft.Insights provider.Mono<com.azure.core.http.rest.Response<OperationListResultInner>>OperationsClient. listWithResponseAsync()Lists all of the available operations from Microsoft.Insights provider. -
Uses of OperationListResultInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return OperationListResultInner Modifier and Type Method Description OperationListResultInnerOperationListResultInner. withNextLink(String nextLink)Set the nextLink property: URL to get the next set of operation list results if there are any.OperationListResultInnerOperationListResultInner. withValue(List<Operation> value)Set the value property: List of operations supported by the Microsoft.Insights provider.
-