Uses of Class
com.azure.resourcemanager.cosmos.models.OperationType
-
Packages that use OperationType Package Description com.azure.resourcemanager.cosmos.models 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 OperationType Modifier and Type Field Description static OperationTypeOperationType. CREATEStatic value Create for OperationType.static OperationTypeOperationType. DELETEStatic value Delete for OperationType.static OperationTypeOperationType. REPLACEStatic value Replace for OperationType.static OperationTypeOperationType. SYSTEM_OPERATIONStatic value SystemOperation for OperationType.Methods in com.azure.resourcemanager.cosmos.models that return OperationType Modifier and Type Method Description static OperationTypeOperationType. fromString(String name)Creates or finds a OperationType from its string representation.OperationTypeRestorableMongodbCollectionPropertiesResource. operationType()Get the operationType property: The operation type of this collection event.OperationTypeRestorableMongodbDatabasePropertiesResource. operationType()Get the operationType property: The operation type of this database event.OperationTypeRestorableSqlContainerPropertiesResource. operationType()Get the operationType property: The operation type of this container event.OperationTypeRestorableSqlDatabasePropertiesResource. operationType()Get the operationType property: The operation type of this database event.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type OperationType Modifier and Type Method Description static Collection<OperationType>OperationType. values()
-