MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput Class

  • java.lang.Object
    • com.azure.resourcemanager.datamigration.models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput

public class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput

Output for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations.

Constructor Summary

Constructor Description
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput()

Creates an instance of MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Result identifier.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput

public MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput()

Creates an instance of MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput class.

Method Details

id

public String id()

Get the id property: Result identifier.

Returns:

the id value.

validate

public void validate()

Validates the instance.

Applies to