Class GetDatabaseMigrationsSqlDbArgs


  • public final class GetDatabaseMigrationsSqlDbArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • expand

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> expand()
        Returns:
        Complete migration details be included in the response.
      • migrationOperationId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> migrationOperationId()
        Returns:
        Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
      • sqlDbInstanceName

        public com.pulumi.core.Output<java.lang.String> sqlDbInstanceName()
      • targetDbName

        public com.pulumi.core.Output<java.lang.String> targetDbName()
        Returns:
        The name of the target database.