Uses of Class
com.azure.resourcemanager.cosmos.models.OperationDisplay
-
Packages that use OperationDisplay Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of OperationDisplay in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperationInner. display()Get the display property: The object that represents the operation.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type OperationDisplay Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: The object that represents the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperationDisplay. withDescription(String description)Set the description property: Description of operation.OperationDisplayOperationDisplay. withOperation(String operation)Set the operation property: Operation type: Read, write, delete, etc.OperationDisplayOperationDisplay. withProvider(String provider)Set the provider property: Service provider: Microsoft.ResourceProvider.OperationDisplayOperationDisplay. withResource(String resource)Set the resource property: Resource on which the operation is performed: Profile, endpoint, etc.
-