Uses of Class
com.azure.resourcemanager.cosmos.models.BackupPolicyType
Packages that use BackupPolicyType
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of BackupPolicyType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as BackupPolicyTypeModifier and TypeFieldDescriptionstatic final BackupPolicyTypeBackupPolicyType.CONTINUOUSStatic value Continuous for BackupPolicyType.static final BackupPolicyTypeBackupPolicyType.PERIODICStatic value Periodic for BackupPolicyType.Methods in com.azure.resourcemanager.cosmos.models that return BackupPolicyTypeModifier and TypeMethodDescriptionstatic BackupPolicyTypeBackupPolicyType.fromString(String name) Creates or finds a BackupPolicyType from its string representation.BackupPolicyMigrationState.targetType()Get the targetType property: Describes the target backup policy type of the backup policy migration.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type BackupPolicyTypeModifier and TypeMethodDescriptionstatic Collection<BackupPolicyType>BackupPolicyType.values()Gets known BackupPolicyType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type BackupPolicyTypeModifier and TypeMethodDescriptionBackupPolicyMigrationState.withTargetType(BackupPolicyType targetType) Set the targetType property: Describes the target backup policy type of the backup policy migration.