Uses of Class
com.azure.resourcemanager.appplatform.models.OperationDisplay
-
Packages that use OperationDisplay Package Description com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of OperationDisplay in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperationDetailInner. display()Get the display property: Display of the operation.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type OperationDisplay Modifier and Type Method Description OperationDetailInnerOperationDetailInner. withDisplay(OperationDisplay display)Set the display property: Display of the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperationDisplay. withDescription(String description)Set the description property: Localized friendly description for the operation.OperationDisplayOperationDisplay. withOperation(String operation)Set the operation property: Localized friendly name for the operation.OperationDisplayOperationDisplay. withProvider(String provider)Set the provider property: Resource provider of the operation.OperationDisplayOperationDisplay. withResource(String resource)Set the resource property: Resource of the operation.
-