Uses of Class
com.azure.resourcemanager.cosmos.models.BackupPolicyMigrationState
-
Packages that use BackupPolicyMigrationState Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of BackupPolicyMigrationState in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return BackupPolicyMigrationState Modifier and Type Method Description BackupPolicyMigrationStateBackupPolicy. migrationState()Get the migrationState property: The object representing the state of the migration between the backup policies.BackupPolicyMigrationStateBackupPolicyMigrationState. withStartTime(OffsetDateTime startTime)Set the startTime property: Time at which the backup policy migration started (ISO-8601 format).BackupPolicyMigrationStateBackupPolicyMigrationState. withStatus(BackupPolicyMigrationStatus status)Set the status property: Describes the status of migration between backup policy types.BackupPolicyMigrationStateBackupPolicyMigrationState. withTargetType(BackupPolicyType targetType)Set the targetType property: Describes the target backup policy type of the backup policy migration.Methods in com.azure.resourcemanager.cosmos.models with parameters of type BackupPolicyMigrationState Modifier and Type Method Description BackupPolicyBackupPolicy. withMigrationState(BackupPolicyMigrationState migrationState)Set the migrationState property: The object representing the state of the migration between the backup policies.ContinuousModeBackupPolicyContinuousModeBackupPolicy. withMigrationState(BackupPolicyMigrationState migrationState)Set the migrationState property: The object representing the state of the migration between the backup policies.PeriodicModeBackupPolicyPeriodicModeBackupPolicy. withMigrationState(BackupPolicyMigrationState migrationState)Set the migrationState property: The object representing the state of the migration between the backup policies.
-