Uses of Class
com.azure.resourcemanager.cosmos.models.BackupPolicyMigrationState
Packages that use BackupPolicyMigrationState
Package
Description
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 BackupPolicyMigrationStateModifier and TypeMethodDescriptionstatic BackupPolicyMigrationState
BackupPolicyMigrationState.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BackupPolicyMigrationState from the JsonReader.BackupPolicy.migrationState()
Get the migrationState property: The object representing the state of the migration between the backup policies.BackupPolicyMigrationState.withStartTime
(OffsetDateTime startTime) Set the startTime property: Time at which the backup policy migration started (ISO-8601 format).BackupPolicyMigrationState.withStatus
(BackupPolicyMigrationStatus status) Set the status property: Describes the status of migration between backup policy types.BackupPolicyMigrationState.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 BackupPolicyMigrationStateModifier and TypeMethodDescriptionBackupPolicy.withMigrationState
(BackupPolicyMigrationState migrationState) Set the migrationState property: The object representing the state of the migration between the backup policies.ContinuousModeBackupPolicy.withMigrationState
(BackupPolicyMigrationState migrationState) Set the migrationState property: The object representing the state of the migration between the backup policies.PeriodicModeBackupPolicy.withMigrationState
(BackupPolicyMigrationState migrationState) Set the migrationState property: The object representing the state of the migration between the backup policies.