Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.cosmos.fluent Package containing the service clients for CosmosDBManagementClient.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 OperationInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list()Lists all of the available Cosmos DB Resource Provider operations.com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list(com.azure.core.util.Context context)Lists all of the available Cosmos DB Resource Provider operations.com.azure.core.http.rest.PagedFlux<OperationInner>OperationsClient. listAsync()Lists all of the available Cosmos DB Resource Provider operations. -
Uses of OperationInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return OperationInner Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: The object that represents the operation.OperationInnerOperationInner. withName(String name)Set the name property: Operation name: {provider}/{resource}/{operation}. -
Uses of OperationInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>OperationListResult. value()Get the value property: List of operations supported by the Resource Provider.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type OperationInner Modifier and Type Method Description OperationListResultOperationListResult. withValue(List<OperationInner> value)Set the value property: List of operations supported by the Resource Provider.
-