Uses of Class
com.azure.resourcemanager.cosmos.models.OperationType
Packages that use OperationType
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of OperationType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as OperationTypeModifier and TypeFieldDescriptionstatic final OperationTypeOperationType.CREATEStatic value Create for OperationType.static final OperationTypeOperationType.DELETEStatic value Delete for OperationType.static final OperationTypeOperationType.RECREATEStatic value Recreate for OperationType.static final OperationTypeOperationType.REPLACEStatic value Replace for OperationType.static final OperationTypeOperationType.SYSTEM_OPERATIONStatic value SystemOperation for OperationType.Methods in com.azure.resourcemanager.cosmos.models that return OperationTypeModifier and TypeMethodDescriptionstatic OperationTypeOperationType.fromString(String name) Creates or finds a OperationType from its string representation.RestorableGremlinDatabasePropertiesResource.operationType()Get the operationType property: The operation type of this database event.RestorableGremlinGraphPropertiesResource.operationType()Get the operationType property: The operation type of this graph event.RestorableMongodbCollectionPropertiesResource.operationType()Get the operationType property: The operation type of this collection event.RestorableMongodbDatabasePropertiesResource.operationType()Get the operationType property: The operation type of this database event.RestorableSqlContainerPropertiesResource.operationType()Get the operationType property: The operation type of this container event.RestorableSqlDatabasePropertiesResource.operationType()Get the operationType property: The operation type of this database event.RestorableTablePropertiesResource.operationType()Get the operationType property: The operation type of this table event.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type OperationTypeModifier and TypeMethodDescriptionstatic Collection<OperationType>OperationType.values()Gets known OperationType values.