BackupPolicy Class

  • java.lang.Object
    • com.azure.resourcemanager.cosmos.models.BackupPolicy

public class BackupPolicy

The object representing the policy for taking backups on an account.

Constructor Summary

Constructor Description
BackupPolicy()

Creates an instance of BackupPolicy class.

Method Summary

Modifier and Type Method and Description
BackupPolicyMigrationState migrationState()

Get the migrationState property: The object representing the state of the migration between the backup policies.

void validate()

Validates the instance.

BackupPolicy withMigrationState(BackupPolicyMigrationState migrationState)

Set the migrationState property: The object representing the state of the migration between the backup policies.

Methods inherited from java.lang.Object

Constructor Details

BackupPolicy

public BackupPolicy()

Creates an instance of BackupPolicy class.

Method Details

migrationState

public BackupPolicyMigrationState migrationState()

Get the migrationState property: The object representing the state of the migration between the backup policies.

Returns:

the migrationState value.

validate

public void validate()

Validates the instance.

withMigrationState

public BackupPolicy withMigrationState(BackupPolicyMigrationState migrationState)

Set the migrationState property: The object representing the state of the migration between the backup policies.

Parameters:

migrationState - the migrationState value to set.

Returns:

the BackupPolicy object itself.

Applies to