Uses of Class
com.azure.resourcemanager.containerinstance.models.Operation
-
Packages that use Operation Package Description com.azure.resourcemanager.containerinstance.fluent Package containing the service clients for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of Operation in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return types with arguments of type Operation Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<Operation>OperationsClient. list()List the operations for Azure Container Instance service.com.azure.core.http.rest.PagedIterable<Operation>OperationsClient. list(com.azure.core.util.Context context)List the operations for Azure Container Instance service.com.azure.core.http.rest.PagedFlux<Operation>OperationsClient. listAsync()List the operations for Azure Container Instance service. -
Uses of Operation in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return Operation Modifier and Type Method Description OperationOperation. withDisplay(OperationDisplay display)Set the display property: The display information of the operation.OperationOperation. withName(String name)Set the name property: The name of the operation.OperationOperation. withOrigin(ContainerInstanceOperationsOrigin origin)Set the origin property: The intended executor of the operation.OperationOperation. withProperties(Object properties)Set the properties property: The additional properties.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type Operation Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<Operation>ContainerGroups. listOperations()Lists all operations for Azure Container Instance service.com.azure.core.http.rest.PagedFlux<Operation>ContainerGroups. listOperationsAsync()Lists all operations for Azure Container Instance service.List<Operation>OperationListResult. value()Get the value property: The list of operations.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type Operation Modifier and Type Method Description OperationListResultOperationListResult. withValue(List<Operation> value)Set the value property: The list of operations.
-