Uses of Class
com.microsoft.azure.management.containerinstance.OperationDisplay
Packages that use OperationDisplay
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of OperationDisplay in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return OperationDisplayModifier and TypeMethodDescriptionOperation.display()
Get the display information of the operation.OperationDisplay.withDescription
(String description) Set the description of the operation.OperationDisplay.withOperation
(String operation) Set the friendly name of the operation.OperationDisplay.withProvider
(String provider) Set the name of the provider of the operation.OperationDisplay.withResource
(String resource) Set the name of the resource type of the operation.Methods in com.microsoft.azure.management.containerinstance with parameters of type OperationDisplayModifier and TypeMethodDescriptionOperation.withDisplay
(OperationDisplay display) Set the display information of the operation.