Uses of Class
com.azure.resourcemanager.containerinstance.models.Operation
Packages that use Operation
Package
Description
Package containing the service clients for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of Operation in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return types with arguments of type OperationModifier and TypeMethodDescriptioncom.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
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type OperationModifier and TypeClassDescriptionfinal classAn operation for Azure Container Instance service.Methods in com.azure.resourcemanager.containerinstance.models that return OperationModifier and TypeMethodDescriptionstatic OperationOperation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Operation from the JsonReader.Operation.withDisplay(OperationDisplay display) Set the display property: The display information of the operation.Set the name property: The name of the operation.Operation.withOrigin(ContainerInstanceOperationsOrigin origin) Set the origin property: The intended executor of the operation.Operation.withProperties(Object properties) Set the properties property: The additional properties.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type OperationModifier and TypeMethodDescriptioncom.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.OperationListResult.value()Get the value property: The list of operations.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type OperationModifier and TypeMethodDescriptionSet the value property: The list of operations.