Uses of Class
com.azure.resourcemanager.containerinstance.models.OperationDisplay
Packages that use OperationDisplay
Package
Description
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 OperationDisplayModifier and TypeMethodDescriptionOperation.display()Get the display property: The display information of the operation.OperationDisplay.withDescription(String description) Set the description property: The description of the operation.OperationDisplay.withOperation(String operation) Set the operation property: The friendly name of the operation.OperationDisplay.withProvider(String provider) Set the provider property: The name of the provider of the operation.OperationDisplay.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 OperationDisplayModifier and TypeMethodDescriptionOperation.withDisplay(OperationDisplay display) Set the display property: The display information of the operation.