Uses of Class
com.azure.resourcemanager.compute.fluent.models.ComputeOperationValueInner
-
Packages that use ComputeOperationValueInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ComputeOperationValueInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type ComputeOperationValueInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ComputeOperationValueInner>OperationsClient. list()Gets a list of compute operations.com.azure.core.http.rest.PagedIterable<ComputeOperationValueInner>OperationsClient. list(com.azure.core.util.Context context)Gets a list of compute operations.com.azure.core.http.rest.PagedFlux<ComputeOperationValueInner>OperationsClient. listAsync()Gets a list of compute operations. -
Uses of ComputeOperationValueInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ComputeOperationValueInner Modifier and Type Method Description List<ComputeOperationValueInner>ComputeOperationListResult. value()Get the value property: The list of compute operations.
-