Uses of Class
com.azure.resourcemanager.cosmos.models.BackupPolicyType
-
Packages that use BackupPolicyType Package Description com.azure.resourcemanager.cosmos.models 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 BackupPolicyType Modifier and Type Field Description static BackupPolicyTypeBackupPolicyType. CONTINUOUSStatic value Continuous for BackupPolicyType.static BackupPolicyTypeBackupPolicyType. PERIODICStatic value Periodic for BackupPolicyType.Methods in com.azure.resourcemanager.cosmos.models that return BackupPolicyType Modifier and Type Method Description static BackupPolicyTypeBackupPolicyType. fromString(String name)Creates or finds a BackupPolicyType from its string representation.BackupPolicyTypeBackupPolicyMigrationState. 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 BackupPolicyType Modifier and Type Method Description static Collection<BackupPolicyType>BackupPolicyType. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type BackupPolicyType Modifier and Type Method Description BackupPolicyMigrationStateBackupPolicyMigrationState. withTargetType(BackupPolicyType targetType)Set the targetType property: Describes the target backup policy type of the backup policy migration.
-