Uses of Class
com.azure.resourcemanager.botservice.models.OperationDisplayInfo
Packages that use OperationDisplayInfo
Package
Description
Package containing the inner data models for AzureBotService.
Package containing the data models for AzureBotService.
-
Uses of OperationDisplayInfo in com.azure.resourcemanager.botservice.fluent.models
Methods in com.azure.resourcemanager.botservice.fluent.models that return OperationDisplayInfoModifier and TypeMethodDescriptionOperationEntityInner.display()Get the display property: The operation supported by Bot Service Management.Methods in com.azure.resourcemanager.botservice.fluent.models with parameters of type OperationDisplayInfoModifier and TypeMethodDescriptionOperationEntityInner.withDisplay(OperationDisplayInfo display) Set the display property: The operation supported by Bot Service Management. -
Uses of OperationDisplayInfo in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return OperationDisplayInfoModifier and TypeMethodDescriptionOperationEntity.display()Gets the display property: The operation supported by Bot Service Management.static OperationDisplayInfoOperationDisplayInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationDisplayInfo from the JsonReader.OperationDisplayInfo.withDescription(String description) Set the description property: The description of the operation.OperationDisplayInfo.withOperation(String operation) Set the operation property: The action that users can perform, based on their permission level.OperationDisplayInfo.withProvider(String provider) Set the provider property: Service provider: Microsoft Bot Service.OperationDisplayInfo.withResource(String resource) Set the resource property: Resource on which the operation is performed.