Uses of Class
com.azure.resourcemanager.containerinstance.models.OperationDisplay
Packages that use OperationDisplay
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of OperationDisplay in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type OperationDisplayModifier and TypeClassDescriptionfinal classThe display information of the operation.Methods in com.azure.resourcemanager.containerinstance.models that return OperationDisplayModifier and TypeMethodDescriptionOperation.display()Get the display property: The display information of the operation.static OperationDisplayOperationDisplay.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationDisplay from the JsonReader.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.