Uses of Class
com.azure.resourcemanager.containerinstance.models.OperationDisplay
-
Packages that use OperationDisplay Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of OperationDisplay in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperation. display()Get the display property: The display information of the operation.OperationDisplayOperationDisplay. withDescription(String description)Set the description property: The description of the operation.OperationDisplayOperationDisplay. withOperation(String operation)Set the operation property: The friendly name of the operation.OperationDisplayOperationDisplay. withProvider(String provider)Set the provider property: The name of the provider of the operation.OperationDisplayOperationDisplay. withResource(String resource)Set the resource property: The name of the resource type of the operation.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type OperationDisplay Modifier and Type Method Description OperationOperation. withDisplay(OperationDisplay display)Set the display property: The display information of the operation.
-