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
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type BackupPolicyMigrationStateModifier and TypeClassDescriptionfinal classThe object representing the state of the migration between the backup policies.Methods in com.azure.resourcemanager.cosmos.models that return BackupPolicyMigrationStateModifier and TypeMethodDescriptionstatic BackupPolicyMigrationStateBackupPolicyMigrationState.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.