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