Uses of Class
com.azure.resourcemanager.appcontainers.models.OperationDisplay
Packages that use OperationDisplay
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of OperationDisplay in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return OperationDisplayModifier and TypeMethodDescriptionOperationDetailInner.display()Get the display property: Display of the operation.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type OperationDisplayModifier and TypeMethodDescriptionOperationDetailInner.withDisplay(OperationDisplay display) Set the display property: Display of the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return OperationDisplayModifier and TypeMethodDescriptionOperationDetail.display()Gets the display property: Display 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: Localized friendly description for the operation.OperationDisplay.withOperation(String operation) Set the operation property: Localized friendly name for the operation.OperationDisplay.withProvider(String provider) Set the provider property: Resource provider of the operation.OperationDisplay.withResource(String resource) Set the resource property: Resource of the operation.